changeset 7739:f2747ec591fd

(Info-directory-list): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 May 1994 20:06:08 +0000
parents a810335742bb
children 0ba4d34bcff4
files lisp/info.el
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Sat May 28 18:37:06 1994 +0000
+++ b/lisp/info.el	Sat May 28 20:06:08 1994 +0000
@@ -69,7 +69,11 @@
   "List of directories to search for Info documentation files.
 nil means not yet initialized.  In this case, Info uses the environment
 variable INFOPATH to initialize it, or `Info-default-directory-list'
-if there is no INFOPATH variable in the environment.")
+if there is no INFOPATH variable in the environment.
+The last element of `Info-default-directory-list' is the directory
+where Emacs's installs the Info files that come with it.
+If Emacs finds it has been installed elsewhere, or not yet installed,
+it replaces that element with the directory that its Info files are in.")
 
 (defvar Info-current-file nil
   "Info file that Info is now looking at, or nil.")