diff options
| -rw-r--r-- | man/cmdargs.texi | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 8029c389cda..f9fff5b1325 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -331,8 +331,12 @@ 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{doc-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@footnote{ |
| 335 | files---used to initialize @code{load-path}. | 335 | Here and below, whenever we say ``colon-separated list of directories'', |
| 336 | it pertains to Unix and GNU/Linux systems. On MS-DOS and MS-Windows, | ||
| 337 | the directories are separated by semi-colons instead, since DOS/Windows | ||
| 338 | file names might include a colon after a drive letter.} | ||
| 339 | to search for Emacs Lisp files---used to initialize @code{load-path}. | ||
| 336 | @item EMACSPATH | 340 | @item EMACSPATH |
| 337 | A colon-separated list of directories to search for executable | 341 | A colon-separated list of directories to search for executable |
| 338 | files---used to initialize @code{exec-path}. | 342 | files---used to initialize @code{exec-path}. |
| @@ -390,9 +394,8 @@ The name of the news server. Used by the mh and Gnus packages. | |||
| 390 | The name of the organization to which you belong. Used for setting the | 394 | The name of the organization to which you belong. Used for setting the |
| 391 | `Organization:' header in your posts from the Gnus package. | 395 | `Organization:' header in your posts from the Gnus package. |
| 392 | @item PATH | 396 | @item PATH |
| 393 | A colon-separated list of directories in which executables reside. | 397 | A colon-separated list of directories in which executables reside. This |
| 394 | (On MS-DOS, it is semicolon-separated instead.) This is used to | 398 | is used to initialize the Emacs Lisp variable @code{exec-path}. |
| 395 | initialize the Emacs Lisp variable @code{exec-path}. | ||
| 396 | @item PWD | 399 | @item PWD |
| 397 | If set, this should be the default directory when Emacs was started. | 400 | If set, this should be the default directory when Emacs was started. |
| 398 | @item REPLYTO | 401 | @item REPLYTO |