diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-25 06:22:21 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-25 06:22:21 +0000 |
commit | bb292c9277b88d49e08a1482ebb0936cf0f759af (patch) | |
tree | ef14f3c39d2457d99e4b145268937f2ca9e0024e /lisp/paths.el | |
parent | 2eae72268f91fad5c85f74a40d5a98120e8c6fbc (diff) | |
download | emacs-bb292c9277b88d49e08a1482ebb0936cf0f759af.tar.gz |
* paths.el (Info-default-directory-list): Add ../../info.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r-- | lisp/paths.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index b4363dfd190..e3c2d947985 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -34,6 +34,7 @@ (defvar Info-default-directory-list (list "/usr/local/info/" "/usr/local/lib/info/" + configured-info-directory (expand-file-name "../info/" data-directory) (expand-file-name "../../info/" data-directory)) "List of directories to search for Info documentation files.") |