aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/paths.el2
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 @@
24;; If these settings are not right, override them with `setq' 24;; If these settings are not right, override them with `setq'
25;; in site-init.el. Do not change this file. 25;; in site-init.el. Do not change this file.
26 26
27(defvar Info-directory-list 27(defvar Info-default-directory-list
28 (list "/usr/local/lib/info/" 28 (list "/usr/local/lib/info/"
29 (expand-file-name "../info/" exec-directory)) 29 (expand-file-name "../info/" exec-directory))
30 "List of directories to search for Info documentation files.") 30 "List of directories to search for Info documentation files.")