(Enabling Multibyte): Rephrase the confusing reference to a colon in the mode

line.
This commit is contained in:
Eli Zaretskii 2006-12-01 13:22:29 +00:00
parent 4abc74e836
commit 187d8f8148

View file

@ -212,11 +212,13 @@ always load any particular Lisp file in the same way. However, you can
load a Lisp file as unibyte, on any one occasion, by typing @kbd{C-x
@key{RET} c raw-text @key{RET}} immediately before loading it.
The mode line indicates whether multibyte character support is enabled
in the current buffer. If it is, there are two or more characters (most
often two dashes) before the colon near the beginning of the mode line.
When multibyte characters are not enabled, nothing precedes the colon
except a single dash.
The mode line indicates whether multibyte character support is
enabled in the current buffer. If it is, there are two or more
characters (most often two dashes) near the beginning of the mode
line, before the indication of the visited file's end-of-line
convention (colon, backslash, etc.). When multibyte characters
are not enabled, nothing precedes the colon except a single dash.
@xref{Mode Line}, for more details about this.
@node Language Environments
@section Language Environments