diff options
| author | Eli Zaretskii | 2001-04-25 17:17:01 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-04-25 17:17:01 +0000 |
| commit | 4645bb683823524f3cd2365977896febf5376dbb (patch) | |
| tree | 2c24e2416af11864befb9078e5b631e00773874c /lisp | |
| parent | 4ecdf04d03f440dc653231470111f00fc3b426a0 (diff) | |
| download | emacs-4645bb683823524f3cd2365977896febf5376dbb.tar.gz emacs-4645bb683823524f3cd2365977896febf5376dbb.zip | |
(Info-additional-directory-list): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/info.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a2e7b8fe1a6..6d05f6f8cd6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * info.el (Info-additional-directory-list): Doc fix. | ||
| 4 | |||
| 3 | * find-lisp.el (find-lisp-find-dired-filter) | 5 | * find-lisp.el (find-lisp-find-dired-filter) |
| 4 | (find-lisp-find-dired-subdirectories, find-lisp-find-dired): Add | 6 | (find-lisp-find-dired-subdirectories, find-lisp-find-dired): Add |
| 5 | autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>. | 7 | autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>. |
diff --git a/lisp/info.el b/lisp/info.el index 53704ef6fc4..db502377823 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -132,7 +132,7 @@ 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) |