]> code.delx.au - gnu-emacs/commitdiff
(Info-directory-list): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 20:06:08 +0000 (20:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 20:06:08 +0000 (20:06 +0000)
lisp/info.el

index be58d0650495e956dd419d7f9373b659e3f757a0..993a31c963ecea705331598de93792e952ab75a2 100644 (file)
@@ -69,7 +69,11 @@ in paths.el.")
   "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.")