diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 11 | ||||
| -rw-r--r-- | doc/lispref/elisp.texi | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0234b178c5f..cd16218f5e5 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2008-11-29 Eli Zaretskii <eliz@gnu.org> | 1 | 2008-11-29 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * nonascii.texi (Character Properties): New Section. | ||
| 4 | (Specifying Coding Systems): Document | ||
| 5 | `coding-system-priority-list', `set-coding-system-priority', and | ||
| 6 | `with-coding-priority'. | ||
| 7 | (Lisp and Coding Systems): Document `check-coding-systems-region' | ||
| 8 | and `coding-system-charset-list'. | ||
| 9 | (Coding System Basics): Document `coding-system-aliases'. | ||
| 10 | |||
| 11 | * elisp.texi (Top): Add a @detailmenu entry for "Character | ||
| 12 | Properties". | ||
| 13 | |||
| 3 | * objects.texi (Character Type): Correct the range of Emacs | 14 | * objects.texi (Character Type): Correct the range of Emacs |
| 4 | characters. Add an @xref to "Character Codes". | 15 | characters. Add an @xref to "Character Codes". |
| 5 | 16 | ||
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 6d337e2afcb..565c8692274 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -1087,6 +1087,8 @@ Non-ASCII Characters | |||
| 1087 | * Selecting a Representation:: Treating a byte sequence as unibyte or multi. | 1087 | * Selecting a Representation:: Treating a byte sequence as unibyte or multi. |
| 1088 | * Character Codes:: How unibyte and multibyte relate to | 1088 | * Character Codes:: How unibyte and multibyte relate to |
| 1089 | codes of individual characters. | 1089 | codes of individual characters. |
| 1090 | * Character Properties:: Character attributes that define their | ||
| 1091 | behavior and handling. | ||
| 1090 | * Character Sets:: The space of possible character codes | 1092 | * Character Sets:: The space of possible character codes |
| 1091 | is divided into various character sets. | 1093 | is divided into various character sets. |
| 1092 | * Scanning Charsets:: Which character sets are used in a buffer? | 1094 | * Scanning Charsets:: Which character sets are used in a buffer? |