Mercurial > emacs
changeset 37351:a903e89be35c
(Info-additional-directory-list): Doc fix. Suggested by
Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 15 Apr 2001 06:08:10 +0000 |
parents | 401a53e249b5 |
children | 0b78030b2042 |
files | lisp/info.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Sat Apr 14 14:50:41 2001 +0000 +++ b/lisp/info.el Sun Apr 15 06:08:10 2001 +0000 @@ -132,7 +132,8 @@ (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)