changeset 3051:413a5d7f00b0

(Info-default-directory-list): Add ../../info.
author Richard M. Stallman <rms@gnu.org>
date Tue, 25 May 1993 02:33:03 +0000
parents 8e2472cd4409
children ea2a833f0636
files lisp/paths.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/paths.el	Tue May 25 02:28:39 1993 +0000
+++ b/lisp/paths.el	Tue May 25 02:33:03 1993 +0000
@@ -34,7 +34,8 @@
 (defvar Info-default-directory-list
   (list "/usr/local/info/"
 	"/usr/local/lib/info/"
-	(expand-file-name "../info/" data-directory))
+	(expand-file-name "../info/" data-directory)
+	(expand-file-name "../../info/" data-directory))
   "List of directories to search for Info documentation files.")
 
 (defvar news-path "/usr/spool/news/"