summaryrefslogtreecommitdiff
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 @@
;; in site-init.el. Do not change this file.
(defvar Info-directory-list
- (list (expand-file-name "../info/" exec-directory))
+ (list "/usr/local/lib/info/"
+ (expand-file-name "../info/" exec-directory))
"List of directories to search for Info documentation files.")
(defvar news-path "/usr/spool/news/"