(Info-additional-directory-list): Doc fix.

This commit is contained in:
Richard M. Stallman 2002-11-29 15:07:49 +00:00
parent 1a2f8b7353
commit e9b1d99656

View file

@ -127,8 +127,7 @@ 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 searched after those in `Info-directory-list', and
they are not searched for merging the `dir' file."
These directories are searched after those in `Info-directory-list'."
:type '(repeat directory)
:group 'info)