Mercurial > emacs
changeset 75271:1841eb88b38a
(Info-default-dirs): Change default info dir to
share/info.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 18 Jan 2007 16:09:06 +0000 |
parents | 8a31ac700630 |
children | 90b2e5c996de |
files | lisp/info.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Thu Jan 18 16:07:36 2007 +0000 +++ b/lisp/info.el Thu Jan 18 16:09:06 2007 +0000 @@ -463,12 +463,12 @@ (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))))))