From d3e94981b5524a35013a5918d1fa85eca7e022b2 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 15 Nov 2000 21:11:12 +0000 Subject: Modify about inserting 8-bit. --- man/basic.texi | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'man') diff --git a/man/basic.texi b/man/basic.texi index 8fd03381e5..c71a62205f 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 -- cgit v1.2.3