diff options
| author | Richard M. Stallman | 1995-10-04 16:00:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-10-04 16:00:11 +0000 |
| commit | fd49e05ce5674b784e579c08fa3e96ab84964270 (patch) | |
| tree | 7ecc9d2efd22d53316f0df488c555b3f8db84dfe | |
| parent | 1ba1cade16cbd87fae03244779d24dca1eaecb14 (diff) | |
| download | emacs-fd49e05ce5674b784e579c08fa3e96ab84964270.tar.gz emacs-fd49e05ce5674b784e579c08fa3e96ab84964270.zip | |
(isearch-forward): Doc fix.
| -rw-r--r-- | lisp/isearch.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 8a63446c5b7..3e74c811170 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -386,6 +386,7 @@ The above keys, bound in `isearch-mode-map', are often controlled by | |||
| 386 | options; do M-x apropos on search-.* to find them. | 386 | options; do M-x apropos on search-.* to find them. |
| 387 | Other control and meta characters terminate the search | 387 | Other control and meta characters terminate the search |
| 388 | and are then executed normally (depending on `search-exit-option'). | 388 | and are then executed normally (depending on `search-exit-option'). |
| 389 | Likewise for function keys and mouse button events. | ||
| 389 | 390 | ||
| 390 | If this function is called non-interactively, it does not return to | 391 | If this function is called non-interactively, it does not return to |
| 391 | the calling function until the search is done." | 392 | the calling function until the search is done." |