summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-02-09 19:12:10 +0000
committerRichard M. Stallman <rms@gnu.org>1996-02-09 19:12:10 +0000
commitab196b66d44e17d3c2367fdfaed5802b2ef2d440 (patch)
treedf64cd2c9475517b517072042601113611818b96
parent7986595f03d7934297a4e5434a51356a37da4ea6 (diff)
downloademacs-ab196b66d44e17d3c2367fdfaed5802b2ef2d440.tar.gz
(info): Doc fix.
-rw-r--r--lisp/info.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 1ca54be65a8..54c383eb2ed 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -218,7 +218,11 @@ Optional argument FILE specifies the file to examine;
the default is the top-level directory of Info.
In interactive use, a prefix argument directs this command
-to read a file name from the minibuffer."
+to read a file name from the minibuffer.
+
+The search path for Info files is in the variable `Info-directory-list'.
+The top-level Info directory is made by combining all the files named `dir'
+in all the directories in that path."
(interactive (if current-prefix-arg
(list (read-file-name "Info file name: " nil nil t))))
(if file