aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-08-24 08:03:06 +0000
committerEli Zaretskii2000-08-24 08:03:06 +0000
commit56bfaffd7276218a001f9481f809dc1d44b8910d (patch)
tree3c81251eff632037ae0a073a5b7047fe2f13860f
parent576f17ffa6ec2efa61305cfead32b21856157f01 (diff)
downloademacs-56bfaffd7276218a001f9481f809dc1d44b8910d.tar.gz
emacs-56bfaffd7276218a001f9481f809dc1d44b8910d.zip
Mention that Lisp files are normally read as multibyte.
-rw-r--r--man/cmdargs.texi11
1 files changed, 7 insertions, 4 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi
index 7e8037d6a0c..4409439298c 100644
--- a/man/cmdargs.texi
+++ b/man/cmdargs.texi
@@ -182,11 +182,14 @@ your own.
182Enable the Emacs Lisp debugger for errors in the init file. 182Enable the Emacs Lisp debugger for errors in the init file.
183 183
184@item --unibyte 184@item --unibyte
185@cindex unibyte operation 185@cindex unibyte operation, command-line argument
186Set up to do almost everything with single-byte buffers and strings. 186Set up to do almost everything with single-byte buffers and strings.
187All buffers and strings are unibyte unless you (or a Lisp program) 187All buffers and strings are unibyte unless you (or a Lisp program)
188explicitly ask for a multibyte buffer or string. Setting the 188explicitly ask for a multibyte buffer or string. (Note that when Emacs
189environment variable @env{EMACS_UNIBYTE} has the same effect. 189loads Lisp files for runnning, it normally does that in multibyte mode,
190even if @samp{--unibyte} is specified; see @ref{Enabling Multibyte}.)
191Setting the environment variable @env{EMACS_UNIBYTE} has the same
192effect.
190 193
191@item --multibyte 194@item --multibyte
192Inhibit the effect of @env{EMACS_UNIBYTE}, so that Emacs 195Inhibit the effect of @env{EMACS_UNIBYTE}, so that Emacs
@@ -307,7 +310,7 @@ when you specify a relative directory name.
307The name of the Internet domain that the machine running Emacs is 310The name of the Internet domain that the machine running Emacs is
308located in. Used by the @sc{gnus} package. 311located in. Used by the @sc{gnus} package.
309@item EMACS_UNIBYTE 312@item EMACS_UNIBYTE
310@cindex unibyte operation 313@cindex unibyte operation, environment variable
311Defining this environment variable directs Emacs to do almost everything 314Defining this environment variable directs Emacs to do almost everything
312with single-byte buffers and strings. It is equivalent to using the 315with single-byte buffers and strings. It is equivalent to using the
313@samp{--unibyte} command-line option on each invocation. @xref{Initial 316@samp{--unibyte} command-line option on each invocation. @xref{Initial