]> git.eshelyaron.com Git - emacs.git/commitdiff
Say "ISO 8859" instead of "ISO Latin", to cover non-Latin ISO-8859
authorEli Zaretskii <eliz@gnu.org>
Thu, 16 Nov 2000 16:10:09 +0000 (16:10 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 16 Nov 2000 16:10:09 +0000 (16:10 +0000)
character sets.  Fix a typo.  Add an index entry.

man/basic.texi

index c71a62205f7f6387a4a6979ead11d55eab6c463f..d92937ad1775946dca9971d8f41ab79260168818 100644 (file)
@@ -91,13 +91,15 @@ mode, to give you a convenient way to insert a digit instead of
 overwriting with it.)
 @end itemize
 
+@cindex 8-bit character codes
 @noindent
 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
+some ISO 8859-@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}).
+select to @emph{which} of the ISO 8859 character sets should Emacs
+convert the 8-bit code through your choice of language environment
+(@pxref{Language Environments}).
 
 @vindex read-quoted-char-radix
 To use decimal or hexadecimal instead of octal, set the variable