aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-08-13 12:26:44 +0000
committerEli Zaretskii2005-08-13 12:26:44 +0000
commit47a14a31bc23963c9041bb56bc4d8bef1a2798e0 (patch)
treee377cbd34ed1c7c0765d0b83cb54836cc3c65b61
parent6c7eb7212c99c54a6169dc0a6dc4a8a7f151407a (diff)
downloademacs-47a14a31bc23963c9041bb56bc4d8bef1a2798e0.tar.gz
emacs-47a14a31bc23963c9041bb56bc4d8bef1a2798e0.zip
(Non-ASCII Isearch): Fix a typo.
-rw-r--r--man/search.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/search.texi b/man/search.texi
index f362e8e769e..7be0ca2f22e 100644
--- a/man/search.texi
+++ b/man/search.texi
@@ -212,7 +212,7 @@ of bindings, look at the documentation of @code{isearch-mode} with
212@cindex searching for non-@acronym{ASCII} characters 212@cindex searching for non-@acronym{ASCII} characters
213@cindex input method, during incremental search 213@cindex input method, during incremental search
214 214
215 To enter non-@acronym{ASCII} characters in an incrementral search, 215 To enter non-@acronym{ASCII} characters in an incremental search,
216you must use an input method (@pxref{Input Methods}). If an input 216you must use an input method (@pxref{Input Methods}). If an input
217method is enabled in the current buffer when you start the search, you 217method is enabled in the current buffer when you start the search, you
218can use it while you type the search string also. Emacs indicates 218can use it while you type the search string also. Emacs indicates