(Info-default-dirs): Change default info dir to
authorChong Yidong <cyd@stupidchicken.com>
Thu, 18 Jan 2007 16:09:06 +0000 (16:09 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 18 Jan 2007 16:09:06 +0000 (16:09 +0000)
share/info.

lisp/info.el

index 880b659..7418304 100644 (file)
@@ -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))))))