diff options
| author | Richard M. Stallman | 1993-05-25 02:33:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-25 02:33:03 +0000 |
| commit | 79363a54adb5158832b6ac655bb48ea8e310f5a9 (patch) | |
| tree | 364229bfb0aefc101d1126765081f42238b98efa | |
| parent | 36fc9c9f18c1322d70957b72c8f572bd11a3f138 (diff) | |
| download | emacs-79363a54adb5158832b6ac655bb48ea8e310f5a9.tar.gz emacs-79363a54adb5158832b6ac655bb48ea8e310f5a9.zip | |
(Info-default-directory-list): Add ../../info.
| -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 62a0b9f16ff..b4363dfd190 100644 --- a/lisp/paths.el +++ b/lisp/paths.el | |||
| @@ -34,7 +34,8 @@ | |||
| 34 | (defvar Info-default-directory-list | 34 | (defvar Info-default-directory-list |
| 35 | (list "/usr/local/info/" | 35 | (list "/usr/local/info/" |
| 36 | "/usr/local/lib/info/" | 36 | "/usr/local/lib/info/" |
| 37 | (expand-file-name "../info/" data-directory)) | 37 | (expand-file-name "../info/" data-directory) |
| 38 | (expand-file-name "../../info/" data-directory)) | ||
| 38 | "List of directories to search for Info documentation files.") | 39 | "List of directories to search for Info documentation files.") |
| 39 | 40 | ||
| 40 | (defvar news-path "/usr/spool/news/" | 41 | (defvar news-path "/usr/spool/news/" |