summaryrefslogtreecommitdiff
path: root/lisp/paths.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1991-01-30 10:30:18 +0000
committerJim Blandy <jimb@redhat.com>1991-01-30 10:30:18 +0000
commitd6889e944e92dcf5a1ed0ad8ab4bb2b58641422f (patch)
treee7500cde88332de8a70eab1358edb448536247a8 /lisp/paths.el
parent6c4f352f54e9f4c7cd7b01c4c2d79afe1af246be (diff)
downloademacs-d6889e944e92dcf5a1ed0ad8ab4bb2b58641422f.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/paths.el')
-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/"