diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f8960dd6a80..5f89adcb139 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-02-05 Eli Zaretskii + * isearch.el (isearch-forward): Doc fix. + * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part of font-lock-defaults to backward-paragraph. 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\ ring. Type \\[isearch-complete] to complete the search string using the search ring. -If an input method is turned on in the current buffer, the input +If an input method is turned on in the current buffer, that input method is also active while you are typing a characters to search. To toggle the input method, type \\[isearch-toggle-input-method]. It also toggles the input method in the current buffer. To use a different input method for searching, type -\\[isearch-toggle-input-method] and specify an input method +\\[isearch-toggle-specified-input-method], and specify an input method you want to use. The above keys, bound in `isearch-mode-map', are often controlled by