Skip to content

Commit

Permalink
(info): Doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed Feb 9, 1996
1 parent 7986595 commit ab196b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lisp/info.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab196b6

Please sign in to comment.