summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-04 16:00:11 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-04 16:00:11 +0000
commitfe263e4966e84dec2c1424d7fe27b8cdfe39efaa (patch)
treef731a325809962ab2d4f4ef357742547c6b45517 /lisp/isearch.el
parentc17b08d7377e27bca3ca0343f8d0b371e9eeaf61 (diff)
downloademacs-fe263e4966e84dec2c1424d7fe27b8cdfe39efaa.tar.gz
(isearch-forward): Doc fix.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el1
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."