1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

(isearch-forward): Doc fix.

This commit is contained in:
Eli Zaretskii 2001-02-05 17:15:07 +00:00
parent 4a1b539b8f
commit 1e14b09539
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2001-02-05 Eli Zaretskii <eliz@is.elta.co.il> 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
* isearch.el (isearch-forward): Doc fix.
* textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
of font-lock-defaults to backward-paragraph. of font-lock-defaults to backward-paragraph.

View File

@ -457,13 +457,13 @@ Type \\[isearch-ring-retreat] to search for the previous item in the search\
ring. ring.
Type \\[isearch-complete] to complete the search string using 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 method is also active while you are typing a characters to search. To
toggle the input method, type \\[isearch-toggle-input-method]. It toggle the input method, type \\[isearch-toggle-input-method]. It
also toggles the input method in the current buffer. also toggles the input method in the current buffer.
To use a different input method for searching, type 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. you want to use.
The above keys, bound in `isearch-mode-map', are often controlled by The above keys, bound in `isearch-mode-map', are often controlled by