diff options
| author | Eli Zaretskii | 2001-02-23 19:25:39 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-02-23 19:25:39 +0000 |
| commit | 5d9b65e05e02f8bc579a76cbfee8d8428a3af006 (patch) | |
| tree | 84b7eb5520764fddf1d0efc9f421080b7f9d3a6f | |
| parent | 3a924f55a1839e2628f721f5bd91f98afa3b60cf (diff) | |
| download | emacs-5d9b65e05e02f8bc579a76cbfee8d8428a3af006.tar.gz emacs-5d9b65e05e02f8bc579a76cbfee8d8428a3af006.zip | |
(General Variables): Add a footnote that all *PATH variables use
semi-colons on DOS/Windows instead of colons.
| -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 |