Mercurial > emacs
comparison lisp/isearch.el @ 35881:d72bdac750d6
(isearch-forward): Add description about input method in the docsting.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 05 Feb 2001 00:39:48 +0000 |
parents | 6c4ff52315a3 |
children | f8f04fadc540 |
comparison
equal
deleted
inserted
replaced
35880:9842097dff82 | 35881:d72bdac750d6 |
---|---|
454 Also supported is a search ring of the previous 16 search strings. | 454 Also supported is a search ring of the previous 16 search strings. |
455 Type \\[isearch-ring-advance] to search for the next item in the search ring. | 455 Type \\[isearch-ring-advance] to search for the next item in the search ring. |
456 Type \\[isearch-ring-retreat] to search for the previous item in the search\ | 456 Type \\[isearch-ring-retreat] to search for the previous item in the search\ |
457 ring. | 457 ring. |
458 Type \\[isearch-complete] to complete the search string using the search ring. | 458 Type \\[isearch-complete] to complete the search string using the search ring. |
459 | |
460 If an input method is turned on in the current buffer, the input | |
461 method is also active while you are typing a characters to search. To | |
462 toggle the input method, type \\[isearch-toggle-input-method]. It | |
463 also toggles the input method in the current buffer. | |
464 | |
465 To use a different input method for searching, type | |
466 \\[isearch-toggle-input-method] and specify an input method | |
467 you want to use. | |
459 | 468 |
460 The above keys, bound in `isearch-mode-map', are often controlled by | 469 The 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. |
462 Other control and meta characters terminate the search | 471 Other control and meta characters terminate the search |
463 and are then executed normally (depending on `search-exit-option'). | 472 and are then executed normally (depending on `search-exit-option'). |