aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2008-11-29 17:06:11 +0000
committerEli Zaretskii2008-11-29 17:06:11 +0000
commit98d059989aafb4ff00a7479b4cc37a1034ce72d7 (patch)
treee4e297260878a84a77d5942b30afaef3c67741e1 /doc
parent91211f0717f2afb3b54bcd50813bc4e6b65460aa (diff)
downloademacs-98d059989aafb4ff00a7479b4cc37a1034ce72d7.tar.gz
emacs-98d059989aafb4ff00a7479b4cc37a1034ce72d7.zip
(Top): Add a @detailmenu entry for "Character Properties".
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog11
-rw-r--r--doc/lispref/elisp.texi2
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 @@
12008-11-29 Eli Zaretskii <eliz@gnu.org> 12008-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?