diff options
| author | Eli Zaretskii | 2001-02-05 17:15:07 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-02-05 17:15:07 +0000 |
| commit | 1e14b095399999f727e81bdc4b50f6486cc67723 (patch) | |
| tree | 5dafeebdac64fddef31a07486f4a65034de247cd | |
| parent | 4a1b539b8f18ae0be1eb19eed07547ffbf3b8c44 (diff) | |
| download | emacs-1e14b095399999f727e81bdc4b50f6486cc67723.tar.gz emacs-1e14b095399999f727e81bdc4b50f6486cc67723.zip | |
(isearch-forward): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/isearch.el | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f8960dd6a80..5f89adcb139 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * isearch.el (isearch-forward): Doc fix. | ||
| 4 | |||
| 3 | * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part | 5 | * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part |
| 4 | of font-lock-defaults to backward-paragraph. | 6 | of font-lock-defaults to backward-paragraph. |
| 5 | 7 | ||
diff --git a/lisp/isearch.el b/lisp/isearch.el index 56179f6b308..d523a5f891e 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -457,13 +457,13 @@ 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 | 460 | If an input method is turned on in the current buffer, that input |
| 461 | method is also active while you are typing a characters to search. To | 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 | 462 | toggle the input method, type \\[isearch-toggle-input-method]. It |
| 463 | also toggles the input method in the current buffer. | 463 | also toggles the input method in the current buffer. |
| 464 | 464 | ||
| 465 | To use a different input method for searching, type | 465 | To use a different input method for searching, type |
| 466 | \\[isearch-toggle-input-method] and specify an input method | 466 | \\[isearch-toggle-specified-input-method], and specify an input method |
| 467 | you want to use. | 467 | you want to use. |
| 468 | 468 | ||
| 469 | 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 |