comparison man/mule.texi @ 74353:320ac9b34412

(Enabling Multibyte): Rephrase the confusing reference to a colon in the mode line.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 01 Dec 2006 13:22:29 +0000
parents affcf7c0ac19
children 3d45362f1d38 f1d13e615070
comparison
equal deleted inserted replaced
74352:3048a98c2216 74353:320ac9b34412
210 The motivation for these conventions is that it is more reliable to 210 The motivation for these conventions is that it is more reliable to
211 always load any particular Lisp file in the same way. However, you can 211 always load any particular Lisp file in the same way. However, you can
212 load a Lisp file as unibyte, on any one occasion, by typing @kbd{C-x 212 load a Lisp file as unibyte, on any one occasion, by typing @kbd{C-x
213 @key{RET} c raw-text @key{RET}} immediately before loading it. 213 @key{RET} c raw-text @key{RET}} immediately before loading it.
214 214
215 The mode line indicates whether multibyte character support is enabled 215 The mode line indicates whether multibyte character support is
216 in the current buffer. If it is, there are two or more characters (most 216 enabled in the current buffer. If it is, there are two or more
217 often two dashes) before the colon near the beginning of the mode line. 217 characters (most often two dashes) near the beginning of the mode
218 When multibyte characters are not enabled, nothing precedes the colon 218 line, before the indication of the visited file's end-of-line
219 except a single dash. 219 convention (colon, backslash, etc.). When multibyte characters
220 are not enabled, nothing precedes the colon except a single dash.
221 @xref{Mode Line}, for more details about this.
220 222
221 @node Language Environments 223 @node Language Environments
222 @section Language Environments 224 @section Language Environments
223 @cindex language environments 225 @cindex language environments
224 226