aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2013-12-22 20:17:20 +0200
committerEli Zaretskii2013-12-22 20:17:20 +0200
commita9877c32e32d45f25f9fd64a03c0b73a587a455d (patch)
treed37e532aba0e68c9d89806eeb22325e16bcc6c07 /doc
parent77e5bcc52eadbcfc8e6d9a463782c04f5dc63c25 (diff)
downloademacs-a9877c32e32d45f25f9fd64a03c0b73a587a455d.tar.gz
emacs-a9877c32e32d45f25f9fd64a03c0b73a587a455d.zip
Update UCD reference in ELisp manual.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog1
-rw-r--r--doc/lispref/nonascii.texi2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index c0a3c81e926..508eb2718a4 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * nonascii.texi (Character Properties): NAME or OLD-NAME 3 * nonascii.texi (Character Properties): NAME or OLD-NAME
4 properties can be nil (there's no empty string). 4 properties can be nil (there's no empty string).
5 (Character Properties): Update the reference to the UCD.
5 6
62013-12-22 Xue Fuqiao <xfq.free@gmail.com> 72013-12-22 Xue Fuqiao <xfq.free@gmail.com>
7 8
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi
index ee4c8b77f3d..ddbb5aeaa6b 100644
--- a/doc/lispref/nonascii.texi
+++ b/doc/lispref/nonascii.texi
@@ -409,7 +409,7 @@ of character properties. In particular, Emacs supports the
409@uref{http://www.unicode.org/reports/tr23/, Unicode Character Property 409@uref{http://www.unicode.org/reports/tr23/, Unicode Character Property
410Model}, and the Emacs character property database is derived from the 410Model}, and the Emacs character property database is derived from the
411Unicode Character Database (@acronym{UCD}). See the 411Unicode Character Database (@acronym{UCD}). See the
412@uref{http://www.unicode.org/versions/Unicode5.0.0/ch04.pdf, Character 412@uref{http://www.unicode.org/versions/Unicode6.2.0/ch04.pdf, Character
413Properties chapter of the Unicode Standard}, for a detailed 413Properties chapter of the Unicode Standard}, for a detailed
414description of Unicode character properties and their meaning. This 414description of Unicode character properties and their meaning. This
415section assumes you are already familiar with that chapter of the 415section assumes you are already familiar with that chapter of the