diff options
| author | Kenichi Handa | 2001-02-05 00:39:48 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2001-02-05 00:39:48 +0000 |
| commit | 37b20c9be56aa972cfd5e1388dc029d27ae19828 (patch) | |
| tree | 55546cd8b2a7287eebc03f361a288ad1e5b2e3ea /lisp | |
| parent | 482f06c97bf2e64ffdfe64922e8af89abde302d3 (diff) | |
| download | emacs-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.el | 9 |
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. |
| 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 | 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. | ||
| 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 |