diff options
| author | Richard M. Stallman | 1994-02-08 18:00:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-02-08 18:00:41 +0000 |
| commit | a7a0dbf52bb838a2c4f9086bdb3778cc72449df7 (patch) | |
| tree | bff04c7813b85513d158651587177bda29eaf032 | |
| parent | de3a72f68f75138dca15623dd03e39f9320405a1 (diff) | |
| download | emacs-a7a0dbf52bb838a2c4f9086bdb3778cc72449df7.tar.gz emacs-a7a0dbf52bb838a2c4f9086bdb3778cc72449df7.zip | |
(finder-mode): Doc fix.
| -rw-r--r-- | lisp/finder.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/finder.el b/lisp/finder.el index 6bf5e3d2420..3a18d6daa93 100644 --- a/lisp/finder.el +++ b/lisp/finder.el | |||
| @@ -252,7 +252,7 @@ arguments compiles from `load-path'." | |||
| 252 | "Major mode for browsing package documentation. | 252 | "Major mode for browsing package documentation. |
| 253 | \\<finder-mode-map> | 253 | \\<finder-mode-map> |
| 254 | \\[finder-select] more help for the item on the current line | 254 | \\[finder-select] more help for the item on the current line |
| 255 | \\[finder-exit] exit Finder mode and fill the Finder buffer. | 255 | \\[finder-exit] exit Finder mode and kill the Finder buffer. |
| 256 | " | 256 | " |
| 257 | (interactive) | 257 | (interactive) |
| 258 | (pop-to-buffer "*Finder*") | 258 | (pop-to-buffer "*Finder*") |