diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-26 06:50:24 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-26 06:50:24 +0000 |
commit | 49dedfcf6022b48adec57bab120af9ea0f87339d (patch) | |
tree | 10540ea1bbb80fe853273978c42905430f961a08 /lisp/paths.el | |
parent | 9a3ced75d3a8f364a576c75765464fd54f2e505e (diff) | |
download | emacs-49dedfcf6022b48adec57bab120af9ea0f87339d.tar.gz |
* paths.el (Info-default-directory-list): Add
configure-info-directory to this list.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r-- | lisp/paths.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index e3c2d947985..4e3bd2cd4d4 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -34,7 +34,7 @@ (defvar Info-default-directory-list (list "/usr/local/info/" "/usr/local/lib/info/" - configured-info-directory + configure-info-directory (expand-file-name "../info/" data-directory) (expand-file-name "../../info/" data-directory)) "List of directories to search for Info documentation files.") |