aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-02-23 19:25:39 +0000
committerEli Zaretskii2001-02-23 19:25:39 +0000
commit5d9b65e05e02f8bc579a76cbfee8d8428a3af006 (patch)
tree84b7eb5520764fddf1d0efc9f421080b7f9d3a6f
parent3a924f55a1839e2628f721f5bd91f98afa3b60cf (diff)
downloademacs-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.texi13
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
332variable @code{doc-directory}. 332variable @code{doc-directory}.
333@item EMACSLOADPATH 333@item EMACSLOADPATH
334A colon-separated list of directories to search for Emacs Lisp 334A colon-separated list of directories@footnote{
335files---used to initialize @code{load-path}. 335Here and below, whenever we say ``colon-separated list of directories'',
336it pertains to Unix and GNU/Linux systems. On MS-DOS and MS-Windows,
337the directories are separated by semi-colons instead, since DOS/Windows
338file names might include a colon after a drive letter.}
339to search for Emacs Lisp files---used to initialize @code{load-path}.
336@item EMACSPATH 340@item EMACSPATH
337A colon-separated list of directories to search for executable 341A colon-separated list of directories to search for executable
338files---used to initialize @code{exec-path}. 342files---used to initialize @code{exec-path}.
@@ -390,9 +394,8 @@ The name of the news server. Used by the mh and Gnus packages.
390The name of the organization to which you belong. Used for setting the 394The 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
393A colon-separated list of directories in which executables reside. 397A colon-separated list of directories in which executables reside. This
394(On MS-DOS, it is semicolon-separated instead.) This is used to 398is used to initialize the Emacs Lisp variable @code{exec-path}.
395initialize the Emacs Lisp variable @code{exec-path}.
396@item PWD 399@item PWD
397If set, this should be the default directory when Emacs was started. 400If set, this should be the default directory when Emacs was started.
398@item REPLYTO 401@item REPLYTO