comparison lisp/isearch.el @ 13112:7c5e73b8aa04

(isearch-forward): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 Oct 1995 16:00:11 +0000
parents 9302372b1ec1
children 7ed0775e99af
comparison
equal deleted inserted replaced
13111:f7fca58643bc 13112:7c5e73b8aa04
384 384
385 The above keys, bound in `isearch-mode-map', are often controlled by 385 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."
392 393
393 (interactive "P\np") 394 (interactive "P\np")