diff options
| author | Richard M. Stallman <rms@gnu.org> | 1993-05-25 02:33:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1993-05-25 02:33:03 +0000 |
| commit | 79363a54adb5158832b6ac655bb48ea8e310f5a9 (patch) | |
| tree | 364229bfb0aefc101d1126765081f42238b98efa | |
| parent | 36fc9c9f18c1322d70957b72c8f572bd11a3f138 (diff) | |
| download | emacs-79363a54adb5158832b6ac655bb48ea8e310f5a9.tar.gz | |
(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 @@ (defvar Info-default-directory-list (list "/usr/local/info/" "/usr/local/lib/info/" - (expand-file-name "../info/" data-directory)) + (expand-file-name "../info/" data-directory) + (expand-file-name "../../info/" data-directory)) "List of directories to search for Info documentation files.") (defvar news-path "/usr/spool/news/" |
