From 41a1027e9ead8ce9c0d0f1f3a9e459d3ca071565 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 18 Jan 2007 16:09:06 +0000 Subject: [PATCH] (Info-default-dirs): Change default info dir to share/info. --- lisp/info.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)))))) -- 2.39.2