diff options
| -rw-r--r-- | lisp/paths.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index d66353a142d..e5011b8d568 100644 --- a/lisp/paths.el +++ b/lisp/paths.el | |||
| @@ -32,7 +32,8 @@ | |||
| 32 | ;;; Code: | 32 | ;;; Code: |
| 33 | 33 | ||
| 34 | (defvar Info-default-directory-list | 34 | (defvar Info-default-directory-list |
| 35 | (list "/usr/local/lib/info/" | 35 | (list "/usr/local/info/" |
| 36 | "/usr/local/lib/info/" | ||
| 36 | (expand-file-name "../info/" data-directory)) | 37 | (expand-file-name "../info/" data-directory)) |
| 37 | "List of directories to search for Info documentation files.") | 38 | "List of directories to search for Info documentation files.") |
| 38 | 39 | ||