mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(isearch-forward): Doc fix.
This commit is contained in:
parent
4a1b539b8f
commit
1e14b09539
@ -1,5 +1,7 @@
|
||||
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
|
||||
of font-lock-defaults to backward-paragraph.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user