summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-06-19 22:14:31 +0000
committerRichard M. Stallman <rms@gnu.org>1996-06-19 22:14:31 +0000
commitd2db98fd8c12d26adc4f1d7c5b2477ad00f9735c (patch)
treefa8d3a03bca3b9a13938470745ac2d482f301444
parentf3dff89ff3b51660a081025ffb4a7c5cbb25a2b9 (diff)
downloademacs-d2db98fd8c12d26adc4f1d7c5b2477ad00f9735c.tar.gz
(Info-default-directory-list): Doc fix.
-rw-r--r--lisp/paths.el11
1 files changed, 8 insertions, 3 deletions
diff --git a/lisp/paths.el b/lisp/paths.el
index 842dab1534b..aabf35a363f 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -44,10 +44,15 @@
(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/")