1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

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

Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
This commit is contained in:
Eli Zaretskii 2001-04-15 06:10:05 +00:00
parent 8858fc5028
commit 6032216329
2 changed files with 7 additions and 1 deletions

View 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"

View 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)