# HG changeset patch # User Chong Yidong # Date 1169136546 0 # Node ID 1841eb88b38af67e70c934662bbfaadda7e3a5db # Parent 8a31ac700630cbea0b67e48062aebe654cd8ffa1 (Info-default-dirs): Change default info dir to share/info. diff -r 8a31ac700630 -r 1841eb88b38a lisp/info.el --- 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))))))