diff options
| author | Xue Fuqiao | 2013-07-31 20:59:10 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-07-31 20:59:10 +0800 |
| commit | 64a695bd9196d2036ecfbc02d69dcfdfd4ffe866 (patch) | |
| tree | 9c0dfd83ee907d755a6f8725ef6543221859179a /doc/lispref/elisp.texi | |
| parent | f435830ea42db6073ed8714452dae302a3c855c5 (diff) | |
| download | emacs-64a695bd9196d2036ecfbc02d69dcfdfd4ffe866.tar.gz emacs-64a695bd9196d2036ecfbc02d69dcfdfd4ffe866.zip | |
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 | |||
| 1194 | Non-@acronym{ASCII} Characters | 1194 | Non-@acronym{ASCII} Characters |
| 1195 | 1195 | ||
| 1196 | * Text Representations:: How Emacs represents text. | 1196 | * Text Representations:: How Emacs represents text. |
| 1197 | * Disabling Multibyte:: Controlling whether to use multibyte characters. | ||
| 1197 | * Converting Representations:: Converting unibyte to multibyte and vice versa. | 1198 | * Converting Representations:: Converting unibyte to multibyte and vice versa. |
| 1198 | * Selecting a Representation:: Treating a byte sequence as unibyte or multi. | 1199 | * Selecting a Representation:: Treating a byte sequence as unibyte or multi. |
| 1199 | * Character Codes:: How unibyte and multibyte relate to | 1200 | * Character Codes:: How unibyte and multibyte relate to |