diff options
| author | Richard M. Stallman | 1996-06-19 22:14:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-06-19 22:14:31 +0000 |
| commit | d4ecdb6bbef41561c0f89a510ede92ce75336404 (patch) | |
| tree | ff5add7b3d82c73f06c7b1fffaad00704f57c2d6 | |
| parent | c7ad3a839d31cffffc763f86e6961cbf16abd96e (diff) | |
| download | emacs-d4ecdb6bbef41561c0f89a510ede92ce75336404.tar.gz emacs-d4ecdb6bbef41561c0f89a510ede92ce75336404.zip | |
(Info-default-directory-list): Doc fix.
| -rw-r--r-- | lisp/paths.el | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index 842dab1534b..aabf35a363f 100644 --- a/lisp/paths.el +++ b/lisp/paths.el | |||
| @@ -44,10 +44,15 @@ | |||
| 44 | (configdir (file-name-as-directory configure-info-directory))) | 44 | (configdir (file-name-as-directory configure-info-directory))) |
| 45 | (setq start (nconc start (list configdir))) | 45 | (setq start (nconc start (list configdir))) |
| 46 | start) | 46 | start) |
| 47 | "List of directories to search for Info documentation files. | 47 | "Default list of directories to search for Info documentation files. |
| 48 | They are searched in the order they are given in this list. | 48 | They are searched in the order they are given in the list. |
| 49 | Therefore, the directory of Info files that come with Emacs | 49 | Therefore, the directory of Info files that come with Emacs |
| 50 | normally should come last (so that local files override standard ones).") | 50 | normally should come last (so that local files override standard ones). |
| 51 | |||
| 52 | Once Info is started, the list of directories to search | ||
| 53 | comes from the variable `Info-directory-list'. | ||
| 54 | This variable `Info-default-directory-list' is used as the default | ||
| 55 | for initializing `Info-directory-list' when Info is started.") | ||
| 51 | 56 | ||
| 52 | (defvar news-path | 57 | (defvar news-path |
| 53 | (if (file-exists-p "/usr/spool/news/") | 58 | (if (file-exists-p "/usr/spool/news/") |