diff options
author | Roland McGrath <roland@gnu.org> | 1991-08-14 22:27:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1991-08-14 22:27:13 +0000 |
commit | 94ac188c6185c19c0591091401a4801838b533b1 (patch) | |
tree | ac904b0de6e12465291703cac73966caf790980c /lisp/paths.el | |
parent | e5ad94a720f99c931f8968a1875b84f31268b18e (diff) | |
download | emacs-94ac188c6185c19c0591091401a4801838b533b1.tar.gz |
*** empty log message ***
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 66391e31898..fb334c722ed 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -24,7 +24,7 @@ ;; If these settings are not right, override them with `setq' ;; in site-init.el. Do not change this file. -(defvar Info-directory-list +(defvar Info-default-directory-list (list "/usr/local/lib/info/" (expand-file-name "../info/" exec-directory)) "List of directories to search for Info documentation files.") |