changeset 5405:b8b672fe2075

(Info-default-directory-list): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 01 Jan 1994 15:29:27 +0000
parents a609e717764d
children d9a58377567c
files lisp/paths.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/paths.el	Sat Jan 01 15:12:52 1994 +0000
+++ b/lisp/paths.el	Sat Jan 01 15:29:27 1994 +0000
@@ -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.")