diff options
| author | Richard M. Stallman | 1996-02-09 19:12:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-02-09 19:12:10 +0000 |
| commit | e341dab2b382224316b30a5e64cb12ff8e79ce28 (patch) | |
| tree | 481bf98fa5d11e93c0b158ad7ad95680de57a024 | |
| parent | 947b27432d908de7be6fc7a260b1b53931b1167d (diff) | |
| download | emacs-e341dab2b382224316b30a5e64cb12ff8e79ce28.tar.gz emacs-e341dab2b382224316b30a5e64cb12ff8e79ce28.zip | |
(info): Doc fix.
| -rw-r--r-- | lisp/info.el | 6 |
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; | |||
| 218 | the default is the top-level directory of Info. | 218 | the default is the top-level directory of Info. |
| 219 | 219 | ||
| 220 | In interactive use, a prefix argument directs this command | 220 | In interactive use, a prefix argument directs this command |
| 221 | to read a file name from the minibuffer." | 221 | to read a file name from the minibuffer. |
| 222 | |||
| 223 | The search path for Info files is in the variable `Info-directory-list'. | ||
| 224 | The top-level Info directory is made by combining all the files named `dir' | ||
| 225 | in all the directories in that path." | ||
| 222 | (interactive (if current-prefix-arg | 226 | (interactive (if current-prefix-arg |
| 223 | (list (read-file-name "Info file name: " nil nil t)))) | 227 | (list (read-file-name "Info file name: " nil nil t)))) |
| 224 | (if file | 228 | (if file |