aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa2001-02-05 00:39:48 +0000
committerKenichi Handa2001-02-05 00:39:48 +0000
commit37b20c9be56aa972cfd5e1388dc029d27ae19828 (patch)
tree55546cd8b2a7287eebc03f361a288ad1e5b2e3ea /lisp
parent482f06c97bf2e64ffdfe64922e8af89abde302d3 (diff)
downloademacs-37b20c9be56aa972cfd5e1388dc029d27ae19828.tar.gz
emacs-37b20c9be56aa972cfd5e1388dc029d27ae19828.zip
(isearch-forward): Add description about input method in the docsting.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/isearch.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 8a69d51a93b..56179f6b308 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -457,6 +457,15 @@ Type \\[isearch-ring-retreat] to search for the previous item in the search\
457 ring. 457 ring.
458Type \\[isearch-complete] to complete the search string using the search ring. 458Type \\[isearch-complete] to complete the search string using the search ring.
459 459
460If an input method is turned on in the current buffer, the input
461method is also active while you are typing a characters to search. To
462toggle the input method, type \\[isearch-toggle-input-method]. It
463also toggles the input method in the current buffer.
464
465To use a different input method for searching, type
466\\[isearch-toggle-input-method] and specify an input method
467you want to use.
468
460The above keys, bound in `isearch-mode-map', are often controlled by 469The above keys, bound in `isearch-mode-map', are often controlled by
461 options; do M-x apropos on search-.* to find them. 470 options; do M-x apropos on search-.* to find them.
462Other control and meta characters terminate the search 471Other control and meta characters terminate the search