diff options
| author | Gerd Moellmann | 2001-02-22 14:58:21 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-02-22 14:58:21 +0000 |
| commit | b389557a9498fa894cc1c76fdfacf4966a0515e7 (patch) | |
| tree | 7c8634e0e315303b2cfb388f681c15d512438dde | |
| parent | bd5e70536d52f6592d957fa79b77cf20c8a61358 (diff) | |
| download | emacs-b389557a9498fa894cc1c76fdfacf4966a0515e7.tar.gz emacs-b389557a9498fa894cc1c76fdfacf4966a0515e7.zip | |
(General Variables) <EMACSDOC>: It's used to
initialize doc-directory, not data-directory.
<INFOPATH>: Description reworded.
| -rw-r--r-- | man/cmdargs.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 8fdb0aa7914..a4160a3cfba 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -329,7 +329,7 @@ This is used to initialize the Lisp variable @code{data-directory}. | |||
| 329 | @item EMACSDOC | 329 | @item EMACSDOC |
| 330 | Directory for the documentation string file, | 330 | Directory for the documentation string file, |
| 331 | @file{DOC-@var{emacsversion}}. This is used to initialize the Lisp | 331 | @file{DOC-@var{emacsversion}}. This is used to initialize the Lisp |
| 332 | variable @code{data-directory}. | 332 | variable @code{doc-directory}. |
| 333 | @item EMACSLOADPATH | 333 | @item EMACSLOADPATH |
| 334 | A colon-separated list of directories to search for Emacs Lisp | 334 | A colon-separated list of directories to search for Emacs Lisp |
| 335 | files---used to initialize @code{load-path}. | 335 | files---used to initialize @code{load-path}. |
| @@ -354,7 +354,7 @@ The name of the machine that Emacs is running on. | |||
| 354 | A colon-separated list of directories. Used by the @code{complete} package | 354 | A colon-separated list of directories. Used by the @code{complete} package |
| 355 | to search for files. | 355 | to search for files. |
| 356 | @item INFOPATH | 356 | @item INFOPATH |
| 357 | A colon-separated list of directories to search for Info files in. | 357 | A colon-separated list of directories in which to search for Info files. |
| 358 | @item LC_ALL | 358 | @item LC_ALL |
| 359 | @itemx LC_CTYPE | 359 | @itemx LC_CTYPE |
| 360 | @itemx LANG | 360 | @itemx LANG |