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 | a755d8e506e4da8f7bb8a2094cf095e3d13cb8f8 (patch) | |
tree | 828df211b614f69ca9d4677917165d9ac15dcbc6 /lisp/paths.el | |
parent | 01f1ba300ab0cea9d3aa04899e348b4e88ca9eb2 (diff) | |
download | emacs-a755d8e506e4da8f7bb8a2094cf095e3d13cb8f8.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.") |