diff options
| author | Jim Blandy | 1993-05-26 06:50:24 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-26 06:50:24 +0000 |
| commit | 9a8da78e7f36bdc72935b87ed16d20f160bbba4e (patch) | |
| tree | 3946d2db9956f7a4819d562d88e005415cacc140 /lisp/paths.el | |
| parent | a8c0e5ea6b7639c4cabd939676764062f11b96a5 (diff) | |
| download | emacs-9a8da78e7f36bdc72935b87ed16d20f160bbba4e.tar.gz emacs-9a8da78e7f36bdc72935b87ed16d20f160bbba4e.zip | |
* 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 @@ | |||
| 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 | configured-info-directory | 37 | configure-info-directory |
| 38 | (expand-file-name "../info/" data-directory) | 38 | (expand-file-name "../info/" data-directory) |
| 39 | (expand-file-name "../../info/" data-directory)) | 39 | (expand-file-name "../../info/" data-directory)) |
| 40 | "List of directories to search for Info documentation files.") | 40 | "List of directories to search for Info documentation files.") |