From: Chong Yidong Date: Thu, 18 Jan 2007 16:09:06 +0000 (+0000) Subject: (Info-default-dirs): Change default info dir to X-Git-Tag: emacs-pretest-22.0.93~104 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=41a1027e9ead8ce9c0d0f1f3a9e459d3ca071565;p=emacs.git (Info-default-dirs): Change default info dir to share/info. --- diff --git a/lisp/info.el b/lisp/info.el index 880b659faa6..74183046031 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))))))