changeset 3062:c1dcd28d351b

* paths.el (Info-default-directory-list): Add ../../info.
author Jim Blandy <jimb@redhat.com>
date Tue, 25 May 1993 06:22:21 +0000
parents 1e0f5fb4fcf1
children 75cf6b53fe6d
files lisp/paths.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/paths.el	Tue May 25 06:21:35 1993 +0000
+++ b/lisp/paths.el	Tue May 25 06:22:21 1993 +0000
@@ -34,6 +34,7 @@
 (defvar Info-default-directory-list
   (list "/usr/local/info/"
 	"/usr/local/lib/info/"
+	configured-info-directory
 	(expand-file-name "../info/" data-directory)
 	(expand-file-name "../../info/" data-directory))
   "List of directories to search for Info documentation files.")