aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-02-05 17:15:07 +0000
committerEli Zaretskii2001-02-05 17:15:07 +0000
commit1e14b095399999f727e81bdc4b50f6486cc67723 (patch)
tree5dafeebdac64fddef31a07486f4a65034de247cd
parent4a1b539b8f18ae0be1eb19eed07547ffbf3b8c44 (diff)
downloademacs-1e14b095399999f727e81bdc4b50f6486cc67723.tar.gz
emacs-1e14b095399999f727e81bdc4b50f6486cc67723.zip
(isearch-forward): Doc fix.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/isearch.el4
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 @@
12001-02-05 Eli Zaretskii <eliz@is.elta.co.il> 12001-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.
458Type \\[isearch-complete] to complete the search string using the search ring. 458Type \\[isearch-complete] to complete the search string using the search ring.
459 459
460If an input method is turned on in the current buffer, the input 460If an input method is turned on in the current buffer, that input
461method is also active while you are typing a characters to search. To 461method is also active while you are typing a characters to search. To
462toggle the input method, type \\[isearch-toggle-input-method]. It 462toggle the input method, type \\[isearch-toggle-input-method]. It
463also toggles the input method in the current buffer. 463also toggles the input method in the current buffer.
464 464
465To use a different input method for searching, type 465To 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
467you want to use. 467you want to use.
468 468
469The above keys, bound in `isearch-mode-map', are often controlled by 469The above keys, bound in `isearch-mode-map', are often controlled by