aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-04-15 06:10:05 +0000
committerEli Zaretskii2001-04-15 06:10:05 +0000
commit6032216329004103daee1fddad04c78f827bd950 (patch)
tree3bd27578c255e7c6b6d43f0ff7b41bb7d67b47e0
parent8858fc502865fdaf52b0431b17742d0a39b41104 (diff)
downloademacs-6032216329004103daee1fddad04c78f827bd950.tar.gz
emacs-6032216329004103daee1fddad04c78f827bd950.zip
(Info-additional-directory-list): Doc fix. Suggested by
Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/info.el3
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4c1c05b4636..f2e0cf1512c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * info.el (Info-additional-directory-list): Doc fix. Suggested by
4 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5
12001-04-14 Eli Zaretskii <eliz@is.elta.co.il> 62001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2 7
3 * info.el (Info-file-list-for-emacs): Add an entry for the "info" 8 * 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.")
132 132
133(defcustom Info-additional-directory-list nil 133(defcustom Info-additional-directory-list nil
134 "List of additional directories to search for Info documentation files. 134 "List of additional directories to search for Info documentation files.
135These directories are not searched for merging the `dir' file." 135These directories is searched after those in `Info-directory-list', and
136they are not searched for merging the `dir' file."
136 :type '(repeat directory) 137 :type '(repeat directory)
137 :group 'info) 138 :group 'info)
138 139