aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-25 11:20:36 +0000
committerGerd Moellmann2000-08-25 11:20:36 +0000
commit84c58e1e6c77437e3bd74493a38bad933e3e937f (patch)
tree776cda1ba39685bc7d0c136a26773502d6a16596
parentb01cef47814ff117ecedbb6fdbc9493ce8e25a3a (diff)
downloademacs-84c58e1e6c77437e3bd74493a38bad933e3e937f.tar.gz
emacs-84c58e1e6c77437e3bd74493a38bad933e3e937f.zip
*** empty log message ***
-rw-r--r--man/cmdargs.texi4
1 files changed, 0 insertions, 4 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi
index cc40b3a9680..4409439298c 100644
--- a/man/cmdargs.texi
+++ b/man/cmdargs.texi
@@ -191,10 +191,6 @@ even if @samp{--unibyte} is specified; see @ref{Enabling Multibyte}.)
191Setting the environment variable @env{EMACS_UNIBYTE} has the same 191Setting the environment variable @env{EMACS_UNIBYTE} has the same
192effect. 192effect.
193 193
194The exception to the rule are Emacs Lisp files. An Emacs Lisp file that
195doesn't contain the tag @samp{unibyte: t} is loaded in multibyte mode,
196and thus strings created while loading will be multibyte.
197
198@item --multibyte 194@item --multibyte
199Inhibit the effect of @env{EMACS_UNIBYTE}, so that Emacs 195Inhibit the effect of @env{EMACS_UNIBYTE}, so that Emacs
200uses multibyte characters by default, as usual. 196uses multibyte characters by default, as usual.