aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/paths.el
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-12-12 15:22:04 +0000
committerJim Blandy <[email protected]>1992-12-12 15:22:04 +0000
commit898221e3327faec032e0014ce0e7b62c8fa8e1f7 (patch)
tree4ec1f20db42fb550e7d60bb28f2b2c8c82f59832 /lisp/paths.el
parent5dbfdacd20b0c059da2e4e25fdfc1996b44acbb7 (diff)
Sat Dec 12 03:22:57 1992 Jim Blandy ([email protected])
* paths.el (Info-default-directory-list): The info files are supposed to be in /usr/local/info these days. Add it to the list of directories to search.
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 d66353a142..e5011b8d56 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -32,7 +32,8 @@
;;; Code:
(defvar Info-default-directory-list
- (list "/usr/local/lib/info/"
+ (list "/usr/local/info/"
+ "/usr/local/lib/info/"
(expand-file-name "../info/" data-directory))
"List of directories to search for Info documentation files.")