aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2007-01-18 16:09:06 +0000
committerChong Yidong <[email protected]>2007-01-18 16:09:06 +0000
commit41a1027e9ead8ce9c0d0f1f3a9e459d3ca071565 (patch)
tree7055e6836fbbde92d6f58635b8362bf3e5d58fc6 /lisp
parentcd4496efc898253c6cd5fe9f3ee54b158f7420f3 (diff)
(Info-default-dirs): Change default info dir to
share/info.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/info.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 880b659faa..7418304603 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -463,12 +463,12 @@ Do the right thing if the file has been compressed or zipped."
(expand-file-name "info/" installation-directory)
(if invocation-directory
(let ((infodir (expand-file-name
- "../info/"
+ "../share/info/"
invocation-directory)))
(if (file-exists-p infodir)
infodir
(setq infodir (expand-file-name
- "../../../info/"
+ "../../../share/info/"
invocation-directory))
(and (file-exists-p infodir)
infodir))))))