[bknr-cvs] edi changed trunk/thirdparty/cl-unicode/

BKNR Commits bknr at bknr.net
Wed Jul 22 18:21:41 UTC 2009


Revision: 4439
Author: edi
URL: http://bknr.net/trac/changeset/4439

Fix typo

U   trunk/thirdparty/cl-unicode/doc/index.html
U   trunk/thirdparty/cl-unicode/util.lisp

Modified: trunk/thirdparty/cl-unicode/doc/index.html
===================================================================
--- trunk/thirdparty/cl-unicode/doc/index.html	2009-07-22 16:29:00 UTC (rev 4438)
+++ trunk/thirdparty/cl-unicode/doc/index.html	2009-07-22 18:21:41 UTC (rev 4439)
@@ -802,7 +802,7 @@
 <p><br>[Function]<br><a class=none name='property-symbol'><b>property-symbol</b> <i>name</i> => <i>symbol, name</i></a>
 <blockquote><br>
 
-Returns a symbol in the <code>CL-UNICODE-NAMES</code> packages (which is only
+Returns a symbol in the <code>CL-UNICODE-NAMES</code> package (which is only
 used for this purpose) which can stand in for the string
 <code><i>name</i></code> in look-ups.  The symbol's name is the result of
 <a href="#canonicalize-name">canonicalizing</a> and then

Modified: trunk/thirdparty/cl-unicode/util.lisp
===================================================================
--- trunk/thirdparty/cl-unicode/util.lisp	2009-07-22 16:29:00 UTC (rev 4438)
+++ trunk/thirdparty/cl-unicode/util.lisp	2009-07-22 18:21:41 UTC (rev 4439)
@@ -53,7 +53,7 @@
                                    :simple-calls t)))
 
 (defun property-symbol (name)
-  "Returns a symbol in the CL-UNICODE-NAMES packages \(which is only
+  "Returns a symbol in the CL-UNICODE-NAMES package \(which is only
 used for this purpose) which can stand in for the string NAME in
 look-ups.  The symbol's name is the result of \"canonicalizing\" and
 then upcasing NAME.
@@ -277,4 +277,4 @@
         (if *previous-readtables*
           (pop *previous-readtables*)
           (copy-readtable nil)))
-  (values))
\ No newline at end of file
+  (values))





More information about the Bknr-cvs mailing list