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
commitbc61c115fbd2489d2135a98959f17b05470fac66 (patch)
treed4c811c871bda6e157d961c3e5026e9918396993 /lisp/paths.el
parent746be8fa34a6b94d15e81e150aa407a8d63f0e5d (diff)
downloademacs-bc61c115fbd2489d2135a98959f17b05470fac66.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/"