diff options
author | Dave Love <fx@gnu.org> | 2000-11-15 21:11:12 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-15 21:11:12 +0000 |
commit | 154534ea8088ed0a83d99a6c82e444512f059ab7 (patch) | |
tree | 3f884a90b7fe814a92b05e1901be2d172133cc4a /man/basic.texi | |
parent | ab04d13ee2e751127229e27777e008db2ddd9afa (diff) | |
download | emacs-154534ea8088ed0a83d99a6c82e444512f059ab7.tar.gz |
Modify about inserting 8-bit.
Diffstat (limited to 'man/basic.texi')
-rw-r--r-- | man/basic.texi | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/man/basic.texi b/man/basic.texi index 8fd03381e5a..c71a62205f7 100644 --- a/man/basic.texi +++ b/man/basic.texi @@ -92,13 +92,12 @@ overwriting with it.) @end itemize @noindent -When multibyte characters are enabled, octal codes 0200 through 0377 are -not valid as characters; if you specify a code in this range, @kbd{C-q} -assumes that you intend to use some ISO Latin-@var{n} character set, and -converts the specified code to the corresponding Emacs character code. -@xref{Enabling Multibyte}. You select @emph{which} ISO Latin character -set though your choice of language environment (@pxref{Language -Environments}). +When multibyte characters are enabled, if you specify a code in the +range 0200 through 0377 octal, @kbd{C-q} assumes that you intend to use +some ISO Latin-@var{n} character set, and converts the specified code to +the corresponding Emacs character code. @xref{Enabling Multibyte}. You +select @emph{which} ISO Latin character set though your choice of +language environment (@pxref{Language Environments}). @vindex read-quoted-char-radix To use decimal or hexadecimal instead of octal, set the variable |