# HG changeset patch # User Eli Zaretskii # Date 987314890 0 # Node ID a903e89be35cc5cdabc7b49cd56fcb81c100f1a4 # Parent 401a53e249b502815d820b540de28ac5b562caec (Info-additional-directory-list): Doc fix. Suggested by Kai Grossjohann . diff -r 401a53e249b5 -r a903e89be35c lisp/info.el --- 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)