diff options
| author | Dave Love | 1999-08-17 18:51:25 +0000 |
|---|---|---|
| committer | Dave Love | 1999-08-17 18:51:25 +0000 |
| commit | 83d5c7724fdd84d016d2ce2860cce46970948d00 (patch) | |
| tree | fb75d31c8c716822ee4d5429707101f5c2d4eeaa | |
| parent | e35ccb9e60009b9b083e0ff200317bf21026ce4b (diff) | |
| download | emacs-83d5c7724fdd84d016d2ce2860cce46970948d00.tar.gz emacs-83d5c7724fdd84d016d2ce2860cce46970948d00.zip | |
(info): Doc fix.
| -rw-r--r-- | lisp/info.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el index 7af84ce8e49..4a7eea2bca1 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -288,6 +288,8 @@ Do the right thing if the file has been compressed or zipped." | |||
| 288 | "Enter Info, the documentation browser. | 288 | "Enter Info, the documentation browser. |
| 289 | Optional argument FILE specifies the file to examine; | 289 | Optional argument FILE specifies the file to examine; |
| 290 | the default is the top-level directory of Info. | 290 | the default is the top-level directory of Info. |
| 291 | Called from a program, FILE may specify an Info node of the form | ||
| 292 | `(FILENAME)NODENAME'. | ||
| 291 | 293 | ||
| 292 | In interactive use, a prefix argument directs this command | 294 | In interactive use, a prefix argument directs this command |
| 293 | to read a file name from the minibuffer. | 295 | to read a file name from the minibuffer. |