From: Eli Zaretskii Date: Sun, 15 Apr 2001 06:10:05 +0000 (+0000) Subject: (Info-additional-directory-list): Doc fix. Suggested by X-Git-Tag: emacs-pretest-21.0.103~207 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6032216329004103daee1fddad04c78f827bd950;p=emacs.git (Info-additional-directory-list): Doc fix. Suggested by Kai Grossjohann . --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4c1c05b4636..f2e0cf1512c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-04-15 Eli Zaretskii + + * info.el (Info-additional-directory-list): Doc fix. Suggested by + Kai Grossjohann . + 2001-04-14 Eli Zaretskii * info.el (Info-file-list-for-emacs): Add an entry for the "info" diff --git a/lisp/info.el b/lisp/info.el index 673b5402e41..d3d21468a6a 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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)