diff options
| author | Eli Zaretskii | 2013-12-22 20:17:20 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-12-22 20:17:20 +0200 |
| commit | a9877c32e32d45f25f9fd64a03c0b73a587a455d (patch) | |
| tree | d37e532aba0e68c9d89806eeb22325e16bcc6c07 /doc | |
| parent | 77e5bcc52eadbcfc8e6d9a463782c04f5dc63c25 (diff) | |
| download | emacs-a9877c32e32d45f25f9fd64a03c0b73a587a455d.tar.gz emacs-a9877c32e32d45f25f9fd64a03c0b73a587a455d.zip | |
Update UCD reference in ELisp manual.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/lispref/nonascii.texi | 2 |
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 | ||
| 6 | 2013-12-22 Xue Fuqiao <xfq.free@gmail.com> | 7 | 2013-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 |
| 410 | Model}, and the Emacs character property database is derived from the | 410 | Model}, and the Emacs character property database is derived from the |
| 411 | Unicode Character Database (@acronym{UCD}). See the | 411 | Unicode 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 |
| 413 | Properties chapter of the Unicode Standard}, for a detailed | 413 | Properties chapter of the Unicode Standard}, for a detailed |
| 414 | description of Unicode character properties and their meaning. This | 414 | description of Unicode character properties and their meaning. This |
| 415 | section assumes you are already familiar with that chapter of the | 415 | section assumes you are already familiar with that chapter of the |