aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-08-13 19:45:10 +0000
committerRichard M. Stallman2005-08-13 19:45:10 +0000
commit7860977ad97f992b33093b236beac6e19269a412 (patch)
treee230dfc1ba90b87f9c03e43a1af53145c9081c21
parent500fe8e565856a7654fd2e5c1230449026048d7d (diff)
downloademacs-7860977ad97f992b33093b236beac6e19269a412.tar.gz
emacs-7860977ad97f992b33093b236beac6e19269a412.zip
(Replacement Commands): Mention query-replace key binding.
-rw-r--r--man/ChangeLog1
-rw-r--r--man/search.texi2
2 files changed, 2 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 8261e8ca34d..8d8efedaa22 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,6 +1,7 @@
12005-08-13 Alan Mackenzie <acm@muc.de> 12005-08-13 Alan Mackenzie <acm@muc.de>
2 2
3 * search.texi (Non-ASCII Isearch): Correct a typo. 3 * search.texi (Non-ASCII Isearch): Correct a typo.
4 (Replacement Commands): Mention query-replace key binding.
4 5
52005-08-11 Richard M. Stallman <rms@gnu.org> 62005-08-11 Richard M. Stallman <rms@gnu.org>
6 7
diff --git a/man/search.texi b/man/search.texi
index 7be0ca2f22e..0233f7ce8de 100644
--- a/man/search.texi
+++ b/man/search.texi
@@ -917,7 +917,7 @@ searches also, including those performed by the replace commands
917 Global search-and-replace operations are not needed often in Emacs, 917 Global search-and-replace operations are not needed often in Emacs,
918but they are available. In addition to the simple @kbd{M-x 918but they are available. In addition to the simple @kbd{M-x
919replace-string} command which replaces all occurrences, 919replace-string} command which replaces all occurrences,
920there is a @kbd{M-x query-replace} command which finds each occurrence 920there is @kbd{M-%} (@code{query-replace}), which presents each occurrence
921of the pattern and asks you whether to replace it. 921of the pattern and asks you whether to replace it.
922 922
923 The replace commands normally operate on the text from point to the 923 The replace commands normally operate on the text from point to the