]> git.eshelyaron.com Git - emacs.git/commitdiff
Update UCD reference in ELisp manual.
authorEli Zaretskii <eliz@gnu.org>
Sun, 22 Dec 2013 18:17:20 +0000 (20:17 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 22 Dec 2013 18:17:20 +0000 (20:17 +0200)
doc/lispref/ChangeLog
doc/lispref/nonascii.texi

index c0a3c81e926149300875529493f410fefa1debbb..508eb2718a409fa3a775af3be5f276adf8af3415 100644 (file)
@@ -2,6 +2,7 @@
 
        * nonascii.texi (Character Properties): NAME or OLD-NAME
        properties can be nil (there's no empty string).
+       (Character Properties): Update the reference to the UCD.
 
 2013-12-22  Xue Fuqiao  <xfq.free@gmail.com>
 
index ee4c8b77f3d60874034cb7791f0ef47f4de888a9..ddbb5aeaa6b8403efe9ffd894a2756f8e76e1faa 100644 (file)
@@ -409,7 +409,7 @@ of character properties.  In particular, Emacs supports the
 @uref{http://www.unicode.org/reports/tr23/, Unicode Character Property
 Model}, and the Emacs character property database is derived from the
 Unicode Character Database (@acronym{UCD}).  See the
-@uref{http://www.unicode.org/versions/Unicode5.0.0/ch04.pdf, Character
+@uref{http://www.unicode.org/versions/Unicode6.2.0/ch04.pdf, Character
 Properties chapter of the Unicode Standard}, for a detailed
 description of Unicode character properties and their meaning.  This
 section assumes you are already familiar with that chapter of the