diff options
| author | Eli Zaretskii | 2000-11-16 16:10:09 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-11-16 16:10:09 +0000 |
| commit | b5d1e4644adfaeb0499a7d7cde67839315e935dd (patch) | |
| tree | 3eecf3c1fc55c23bd5eead2ffde731d74f569ac6 /man/basic.texi | |
| parent | 5ca425fcc9c50f37da67347bf904ff4aff4db4b7 (diff) | |
| download | emacs-b5d1e4644adfaeb0499a7d7cde67839315e935dd.tar.gz emacs-b5d1e4644adfaeb0499a7d7cde67839315e935dd.zip | |
Say "ISO 8859" instead of "ISO Latin", to cover non-Latin ISO-8859
character sets. Fix a typo. Add an index entry.
Diffstat (limited to 'man/basic.texi')
| -rw-r--r-- | man/basic.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man/basic.texi b/man/basic.texi index c71a62205f7..d92937ad177 100644 --- a/man/basic.texi +++ b/man/basic.texi | |||
| @@ -91,13 +91,15 @@ mode, to give you a convenient way to insert a digit instead of | |||
| 91 | overwriting with it.) | 91 | overwriting with it.) |
| 92 | @end itemize | 92 | @end itemize |
| 93 | 93 | ||
| 94 | @cindex 8-bit character codes | ||
| 94 | @noindent | 95 | @noindent |
| 95 | When multibyte characters are enabled, if you specify a code in the | 96 | When multibyte characters are enabled, if you specify a code in the |
| 96 | range 0200 through 0377 octal, @kbd{C-q} assumes that you intend to use | 97 | range 0200 through 0377 octal, @kbd{C-q} assumes that you intend to use |
| 97 | some ISO Latin-@var{n} character set, and converts the specified code to | 98 | some ISO 8859-@var{n} character set, and converts the specified code to |
| 98 | the corresponding Emacs character code. @xref{Enabling Multibyte}. You | 99 | the corresponding Emacs character code. @xref{Enabling Multibyte}. You |
| 99 | select @emph{which} ISO Latin character set though your choice of | 100 | select to @emph{which} of the ISO 8859 character sets should Emacs |
| 100 | language environment (@pxref{Language Environments}). | 101 | convert the 8-bit code through your choice of language environment |
| 102 | (@pxref{Language Environments}). | ||
| 101 | 103 | ||
| 102 | @vindex read-quoted-char-radix | 104 | @vindex read-quoted-char-radix |
| 103 | To use decimal or hexadecimal instead of octal, set the variable | 105 | To use decimal or hexadecimal instead of octal, set the variable |