diff options
| author | Richard M. Stallman | 2002-11-29 15:07:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-11-29 15:07:49 +0000 |
| commit | e9b1d996569f53ceb8130780402f1855f58225f4 (patch) | |
| tree | 5001ed8f3b838762896fb55d6fa930e82c9b6fcf /lisp | |
| parent | 1a2f8b7353ddbaf3460e990951ebaeb578801077 (diff) | |
| download | emacs-e9b1d996569f53ceb8130780402f1855f58225f4.tar.gz emacs-e9b1d996569f53ceb8130780402f1855f58225f4.zip | |
(Info-additional-directory-list): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/info.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/info.el b/lisp/info.el index 168cef81fa0..5bd9504304a 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -127,8 +127,7 @@ a version of Emacs without installing it.") | |||
| 127 | 127 | ||
| 128 | (defcustom Info-additional-directory-list nil | 128 | (defcustom Info-additional-directory-list nil |
| 129 | "List of additional directories to search for Info documentation files. | 129 | "List of additional directories to search for Info documentation files. |
| 130 | These directories are searched after those in `Info-directory-list', and | 130 | These directories are searched after those in `Info-directory-list'." |
| 131 | they are not searched for merging the `dir' file." | ||
| 132 | :type '(repeat directory) | 131 | :type '(repeat directory) |
| 133 | :group 'info) | 132 | :group 'info) |
| 134 | 133 | ||