summaryrefslogtreecommitdiff
path: root/lisp/paths.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-01-01 15:29:27 +0000
committerRichard M. Stallman <rms@gnu.org>1994-01-01 15:29:27 +0000
commitfeea21d147f3710eda5a0fd66a2c4a7fb563cd49 (patch)
tree5ee1a525c6f58bd374509d8adf9eaf439c2532d1 /lisp/paths.el
parent53aad33f8a1af625c7e675652189f8683a24a014 (diff)
downloademacs-feea21d147f3710eda5a0fd66a2c4a7fb563cd49.tar.gz
(Info-default-directory-list): Doc fix.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r--lisp/paths.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el
index 2f44f1680d5..aacbd366eb5 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -42,7 +42,10 @@
(nconc start
(list (expand-file-name "../info/" data-directory)))))
start)
- "List of directories to search for Info documentation files.")
+ "List of directories to search for Info documentation files.
+They are searched in the order they are given in this list.
+Therefore, the directory of Info files that come with Emacs
+normally should come last (so that local files override standard ones).")
(defvar news-path "/usr/spool/news/"
"The root directory below which all news files are stored.")