From: Richard M. Stallman Date: Wed, 4 Oct 1995 16:00:11 +0000 (+0000) Subject: (isearch-forward): Doc fix. X-Git-Tag: emacs-19.34~2748 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd49e05ce5674b784e579c08fa3e96ab84964270;p=emacs.git (isearch-forward): Doc fix. --- 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."