1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00

(Top): Remove "Chars and Bytes" and "Splitting Characters" from @detailmenu.

This commit is contained in:
Eli Zaretskii 2008-11-22 18:25:05 +00:00
parent 031c41dedd
commit 2a79b24203
2 changed files with 9 additions and 2 deletions

View 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.

View 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.