diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-07-31 20:59:10 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-07-31 20:59:10 +0800 |
commit | 64a695bd9196d2036ecfbc02d69dcfdfd4ffe866 (patch) | |
tree | 9c0dfd83ee907d755a6f8725ef6543221859179a /doc/lispref/elisp.texi | |
parent | f435830ea42db6073ed8714452dae302a3c855c5 (diff) | |
download | emacs-64a695bd9196d2036ecfbc02d69dcfdfd4ffe866.tar.gz |
Doc fix.
* doc/emacs/custom.texi (Specifying File Variables): Fix cross-references.
* doc/emacs/mule.texi (Unibyte Mode): Fix cross-references.
* doc/lispref/nonascii.texi (Non-ASCII Characters): Update menu.
(Disabling Multibyte): Move here from doc/emacs/mule.texi. Fix cross-references.
* doc/lispref/elisp.texi (Top): Update menu.
Diffstat (limited to 'doc/lispref/elisp.texi')
-rw-r--r-- | doc/lispref/elisp.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 4b8cc36b4ea..230da1867dd 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -1194,6 +1194,7 @@ Text Properties Non-@acronym{ASCII} Characters * Text Representations:: How Emacs represents text. +* Disabling Multibyte:: Controlling whether to use multibyte characters. * Converting Representations:: Converting unibyte to multibyte and vice versa. * Selecting a Representation:: Treating a byte sequence as unibyte or multi. * Character Codes:: How unibyte and multibyte relate to |