diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-10-04 16:00:11 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-10-04 16:00:11 +0000 |
commit | fe263e4966e84dec2c1424d7fe27b8cdfe39efaa (patch) | |
tree | f731a325809962ab2d4f4ef357742547c6b45517 /lisp/isearch.el | |
parent | c17b08d7377e27bca3ca0343f8d0b371e9eeaf61 (diff) | |
download | emacs-fe263e4966e84dec2c1424d7fe27b8cdfe39efaa.tar.gz |
(isearch-forward): Doc fix.
Diffstat (limited to 'lisp/isearch.el')
-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 options; do M-x apropos on search-.* to find them. Other control and meta characters terminate the search and are then executed normally (depending on `search-exit-option'). +Likewise for function keys and mouse button events. If this function is called non-interactively, it does not return to the calling function until the search is done." |