diff lisp/info.el @ 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 220431f80579
children e3694f1cb928
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))))))