aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/paths.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el
index 0b3f368f5d5..66391e31898 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -25,7 +25,8 @@
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-directory-list
28 (list (expand-file-name "../info/" exec-directory)) 28 (list "/usr/local/lib/info/"
29 (expand-file-name "../info/" exec-directory))
29 "List of directories to search for Info documentation files.") 30 "List of directories to search for Info documentation files.")
30 31
31(defvar news-path "/usr/spool/news/" 32(defvar news-path "/usr/spool/news/"