diff options
| author | Richard M. Stallman | 2005-08-13 19:45:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-08-13 19:45:10 +0000 |
| commit | 7860977ad97f992b33093b236beac6e19269a412 (patch) | |
| tree | e230dfc1ba90b87f9c03e43a1af53145c9081c21 | |
| parent | 500fe8e565856a7654fd2e5c1230449026048d7d (diff) | |
| download | emacs-7860977ad97f992b33093b236beac6e19269a412.tar.gz emacs-7860977ad97f992b33093b236beac6e19269a412.zip | |
(Replacement Commands): Mention query-replace key binding.
| -rw-r--r-- | man/ChangeLog | 1 | ||||
| -rw-r--r-- | man/search.texi | 2 |
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 @@ | |||
| 1 | 2005-08-13 Alan Mackenzie <acm@muc.de> | 1 | 2005-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 | ||
| 5 | 2005-08-11 Richard M. Stallman <rms@gnu.org> | 6 | 2005-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, |
| 918 | but they are available. In addition to the simple @kbd{M-x | 918 | but they are available. In addition to the simple @kbd{M-x |
| 919 | replace-string} command which replaces all occurrences, | 919 | replace-string} command which replaces all occurrences, |
| 920 | there is a @kbd{M-x query-replace} command which finds each occurrence | 920 | there is @kbd{M-%} (@code{query-replace}), which presents each occurrence |
| 921 | of the pattern and asks you whether to replace it. | 921 | of 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 |