diff options
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.") |