]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-default-directory-list): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 19 Jun 1996 22:14:31 +0000 (22:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 19 Jun 1996 22:14:31 +0000 (22:14 +0000)
lisp/paths.el

index 842dab1534ba9e4a266d49c47dd3cfc53472f8d7..aabf35a363f68e1f0971d7f10ced7e39a34b5956 100644 (file)
        (configdir (file-name-as-directory configure-info-directory)))
     (setq start (nconc start (list configdir)))
     start)
-  "List of directories to search for Info documentation files.
-They are searched in the order they are given in this list.
+  "Default list of directories to search for Info documentation files.
+They are searched in the order they are given in the list.
 Therefore, the directory of Info files that come with Emacs
-normally should come last (so that local files override standard ones).")
+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.")
 
 (defvar news-path
   (if (file-exists-p "/usr/spool/news/")