diff options
| author | Eli Zaretskii | 2005-08-13 12:26:44 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-08-13 12:26:44 +0000 |
| commit | 47a14a31bc23963c9041bb56bc4d8bef1a2798e0 (patch) | |
| tree | e377cbd34ed1c7c0765d0b83cb54836cc3c65b61 | |
| parent | 6c7eb7212c99c54a6169dc0a6dc4a8a7f151407a (diff) | |
| download | emacs-47a14a31bc23963c9041bb56bc4d8bef1a2798e0.tar.gz emacs-47a14a31bc23963c9041bb56bc4d8bef1a2798e0.zip | |
(Non-ASCII Isearch): Fix a typo.
| -rw-r--r-- | man/search.texi | 2 |
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, |
| 216 | you must use an input method (@pxref{Input Methods}). If an input | 216 | you must use an input method (@pxref{Input Methods}). If an input |
| 217 | method is enabled in the current buffer when you start the search, you | 217 | method is enabled in the current buffer when you start the search, you |
| 218 | can use it while you type the search string also. Emacs indicates | 218 | can use it while you type the search string also. Emacs indicates |