]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-additional-directory-list): Doc fix. Suggested by
authorEli Zaretskii <eliz@gnu.org>
Sun, 15 Apr 2001 06:10:05 +0000 (06:10 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 15 Apr 2001 06:10:05 +0000 (06:10 +0000)
Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.

lisp/ChangeLog
lisp/info.el

index 4c1c05b4636b09d4097cc96195243799af674017..f2e0cf1512cda2f64c74c2c98169f067df2fa320 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * info.el (Info-additional-directory-list): Doc fix.  Suggested by
+       Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
+
 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * info.el (Info-file-list-for-emacs): Add an entry for the "info"
index 673b5402e41a357ac240fa43018e86aa071fccf1..d3d21468a6af93a87686c8512a195c7cc5ccbeae 100644 (file)
@@ -132,7 +132,8 @@ a version of Emacs without installing it.")
 
 (defcustom Info-additional-directory-list nil
   "List of additional directories to search for Info documentation files.
-These directories are not searched for merging the `dir' file."
+These directories is searched after those in `Info-directory-list', and
+they are not searched for merging the `dir' file."
   :type '(repeat directory)
   :group 'info)