diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-05-30 20:40:42 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-05-30 20:40:42 +0000 |
commit | 395f3b7f8874098dce6a66af49c56e5e493a9139 (patch) | |
tree | 1ad46280af08c0dd069ef1a3c7ee956f705b77bb /lisp/paths.el | |
parent | cc6777a332b8d11148c5ff72ad8ad07c41b83f7d (diff) | |
download | emacs-395f3b7f8874098dce6a66af49c56e5e493a9139.tar.gz |
(Info-default-directory-list): Doc fix.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r-- | lisp/paths.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index e367ebeeee5..2b812539f08 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -67,7 +67,8 @@ normally should come last (so that local files override standard ones). Once Info is started, the list of directories to search comes from the variable `Info-directory-list'. This variable `Info-default-directory-list' is used as the default -for initializing `Info-directory-list' when Info is started.") +for initializing `Info-directory-list' when Info is started, unless +the environment variable INFOPATH is set.") (defvar news-path (if (file-exists-p "/usr/spool/news/") |