diff options
| -rw-r--r-- | lisp/paths.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index 2f44f1680d5..aacbd366eb5 100644 --- a/lisp/paths.el +++ b/lisp/paths.el | |||
| @@ -42,7 +42,10 @@ | |||
| 42 | (nconc start | 42 | (nconc start |
| 43 | (list (expand-file-name "../info/" data-directory))))) | 43 | (list (expand-file-name "../info/" data-directory))))) |
| 44 | start) | 44 | start) |
| 45 | "List of directories to search for Info documentation files.") | 45 | "List of directories to search for Info documentation files. |
| 46 | They are searched in the order they are given in this list. | ||
| 47 | Therefore, the directory of Info files that come with Emacs | ||
| 48 | normally should come last (so that local files override standard ones).") | ||
| 46 | 49 | ||
| 47 | (defvar news-path "/usr/spool/news/" | 50 | (defvar news-path "/usr/spool/news/" |
| 48 | "The root directory below which all news files are stored.") | 51 | "The root directory below which all news files are stored.") |