]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-directory-list): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 6 Aug 1994 02:58:22 +0000 (02:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 6 Aug 1994 02:58:22 +0000 (02:58 +0000)
lisp/info.el

index e58e099ef32757f2e79810e26788756693c149cd..bba7806a9f0af90b7b29517532130df704750770 100644 (file)
@@ -84,8 +84,11 @@ variable INFOPATH to initialize it, or `Info-default-directory-list'
 if there is no INFOPATH variable in the environment.
 The last element of `Info-default-directory-list' is the directory
 where Emacs 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.")
+
+If you run the Emacs executable from the `src' directory in the Emacs
+source tree, the `info' directory in the source tree is used as the last
+element, in place of the installation Info directory.  This is useful
+when you run a version of Emacs without installing it.")
 
 (defvar Info-current-file nil
   "Info file that Info is now looking at, or nil.")