aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-10-04 16:00:11 +0000
committerRichard M. Stallman1995-10-04 16:00:11 +0000
commitfd49e05ce5674b784e579c08fa3e96ab84964270 (patch)
tree7ecc9d2efd22d53316f0df488c555b3f8db84dfe
parent1ba1cade16cbd87fae03244779d24dca1eaecb14 (diff)
downloademacs-fd49e05ce5674b784e579c08fa3e96ab84964270.tar.gz
emacs-fd49e05ce5674b784e579c08fa3e96ab84964270.zip
(isearch-forward): Doc fix.
-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
386 options; do M-x apropos on search-.* to find them. 386 options; do M-x apropos on search-.* to find them.
387Other control and meta characters terminate the search 387Other 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').
389Likewise for function keys and mouse button events.
389 390
390If this function is called non-interactively, it does not return to 391If this function is called non-interactively, it does not return to
391the calling function until the search is done." 392the calling function until the search is done."