]> code.delx.au - gnu-emacs/commitdiff
(Top): Remove "Chars and Bytes" and "Splitting Characters" from @detailmenu.
authorEli Zaretskii <eliz@gnu.org>
Sat, 22 Nov 2008 18:25:05 +0000 (18:25 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Nov 2008 18:25:05 +0000 (18:25 +0000)
doc/lispref/ChangeLog
doc/lispref/elisp.texi

index 2b1f0ee7cc3586ecd124266d52cdcda9146b488b..3d671d6111ef3f6ea740743be5640c00718d09bd 100644 (file)
@@ -1,3 +1,12 @@
+2008-11-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
+       Characters" from @detailmenu.
+
+       * nonascii.texi (Character Codes, Character Sets)
+       (Scanning Charsets, Translation of Characters): Update for Emacs 23.
+       (Chars and Bytes, Splitting Characters): Sections removed.
+
 2008-11-22  Lute Kamstra  <lute@gnu.org>
 
        * positions.texi (Text Lines): Update goto-line documentation.
index fd0cb6c68f86d36a0098555a9be0e449c6574283..6d337e2afcbcc5fc5c75da6427fd9e13ca217353 100644 (file)
@@ -1089,8 +1089,6 @@ Non-ASCII Characters
                                 codes of individual characters.
 * Character Sets::          The space of possible character codes
                                 is divided into various character sets.
-* Chars and Bytes::         More information about multibyte encodings.
-* Splitting Characters::    Converting a character to its byte sequence.
 * Scanning Charsets::       Which character sets are used in a buffer?
 * Translation of Characters::   Translation tables are used for conversion.
 * Coding Systems::          Coding systems are conversions for saving files.