diff options
| author | Gerd Moellmann | 2000-08-25 11:20:36 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-25 11:20:36 +0000 |
| commit | 84c58e1e6c77437e3bd74493a38bad933e3e937f (patch) | |
| tree | 776cda1ba39685bc7d0c136a26773502d6a16596 | |
| parent | b01cef47814ff117ecedbb6fdbc9493ce8e25a3a (diff) | |
| download | emacs-84c58e1e6c77437e3bd74493a38bad933e3e937f.tar.gz emacs-84c58e1e6c77437e3bd74493a38bad933e3e937f.zip | |
*** empty log message ***
| -rw-r--r-- | man/cmdargs.texi | 4 |
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}.) | |||
| 191 | Setting the environment variable @env{EMACS_UNIBYTE} has the same | 191 | Setting the environment variable @env{EMACS_UNIBYTE} has the same |
| 192 | effect. | 192 | effect. |
| 193 | 193 | ||
| 194 | The exception to the rule are Emacs Lisp files. An Emacs Lisp file that | ||
| 195 | doesn't contain the tag @samp{unibyte: t} is loaded in multibyte mode, | ||
| 196 | and thus strings created while loading will be multibyte. | ||
| 197 | |||
| 198 | @item --multibyte | 194 | @item --multibyte |
| 199 | Inhibit the effect of @env{EMACS_UNIBYTE}, so that Emacs | 195 | Inhibit the effect of @env{EMACS_UNIBYTE}, so that Emacs |
| 200 | uses multibyte characters by default, as usual. | 196 | uses multibyte characters by default, as usual. |