diff options
-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/") |