]> git.eshelyaron.com Git - emacs.git/commitdiff
(General Variables): Add a footnote that all *PATH variables use
authorEli Zaretskii <eliz@gnu.org>
Fri, 23 Feb 2001 19:25:39 +0000 (19:25 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 23 Feb 2001 19:25:39 +0000 (19:25 +0000)
semi-colons on DOS/Windows instead of colons.

man/cmdargs.texi

index 8029c389cda88816bb23cc54d2dbec36a5d025a1..f9fff5b132547a6c082d82e740b055f9394bcf9a 100644 (file)
@@ -331,8 +331,12 @@ Directory for the documentation string file,
 @file{DOC-@var{emacsversion}}.  This is used to initialize the Lisp
 variable @code{doc-directory}.
 @item EMACSLOADPATH
-A colon-separated list of directories to search for Emacs Lisp
-files---used to initialize @code{load-path}.
+A colon-separated list of directories@footnote{
+Here and below, whenever we say ``colon-separated list of directories'',
+it pertains to Unix and GNU/Linux systems.  On MS-DOS and MS-Windows,
+the directories are separated by semi-colons instead, since DOS/Windows
+file names might include a colon after a drive letter.}
+to search for Emacs Lisp files---used to initialize @code{load-path}.
 @item EMACSPATH
 A colon-separated list of directories to search for executable
 files---used to initialize @code{exec-path}.
@@ -390,9 +394,8 @@ The name of the news server.  Used by the mh and Gnus packages.
 The name of the organization to which you belong.  Used for setting the
 `Organization:' header in your posts from the Gnus package.
 @item PATH
-A colon-separated list of directories in which executables reside.
-(On MS-DOS, it is semicolon-separated instead.)  This is used to
-initialize the Emacs Lisp variable @code{exec-path}.
+A colon-separated list of directories in which executables reside.  This
+is used to initialize the Emacs Lisp variable @code{exec-path}.
 @item PWD
 If set, this should be the default directory when Emacs was started.
 @item REPLYTO