comparison lisp/info.el @ 37473:cb197be77ffc

(Info-additional-directory-list): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 25 Apr 2001 17:14:48 +0000
parents 3a3bed48a714
children 39e5892b1843
comparison
equal deleted inserted replaced
37472:9ce4aab7c994 37473:cb197be77ffc
130 place of the installation Info directory. This is useful when you run 130 place of the installation Info directory. This is useful when you run
131 a version of Emacs without installing it.") 131 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.
135 These directories is searched after those in `Info-directory-list', and 135 These directories are searched after those in `Info-directory-list', and
136 they are not searched for merging the `dir' file." 136 they are not searched for merging the `dir' file."
137 :type '(repeat directory) 137 :type '(repeat directory)
138 :group 'info) 138 :group 'info)
139 139
140 (defcustom Info-scroll-prefer-subnodes t 140 (defcustom Info-scroll-prefer-subnodes t