diff options
| author | Eli Zaretskii | 2002-07-06 13:45:42 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-07-06 13:45:42 +0000 |
| commit | 293fa54ada4930572e8c100ce88fac516ddd86d3 (patch) | |
| tree | c6e391d54a60a015dd6f23db9d9403e202f7acf1 | |
| parent | d942a83dca5c6b444e81475b3a1de485f778d452 (diff) | |
| download | emacs-293fa54ada4930572e8c100ce88fac516ddd86d3.tar.gz emacs-293fa54ada4930572e8c100ce88fac516ddd86d3.zip | |
(Replace): Add a cross-reference to Transient Mark mode.
| -rw-r--r-- | man/search.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man/search.texi b/man/search.texi index 729b0018f67..b46a7fb771b 100644 --- a/man/search.texi +++ b/man/search.texi | |||
| @@ -798,11 +798,12 @@ there is a @kbd{M-x query-replace} command which finds each occurrence | |||
| 798 | of the pattern and asks you whether to replace it. | 798 | of the pattern and asks you whether to replace it. |
| 799 | 799 | ||
| 800 | The replace commands normally operate on the text from point to the | 800 | The replace commands normally operate on the text from point to the |
| 801 | end of the buffer; however, in Transient Mark mode, when the mark is | 801 | end of the buffer; however, in Transient Mark mode (@pxref{Transient |
| 802 | active, they operate on the region. The replace commands all replace | 802 | Mark}), when the mark is active, they operate on the region. The |
| 803 | one string (or regexp) with one replacement string. It is possible to | 803 | replace commands all replace one string (or regexp) with one |
| 804 | perform several replacements in parallel using the command | 804 | replacement string. It is possible to perform several replacements in |
| 805 | @code{expand-region-abbrevs} (@pxref{Expanding Abbrevs}). | 805 | parallel using the command @code{expand-region-abbrevs} |
| 806 | (@pxref{Expanding Abbrevs}). | ||
| 806 | 807 | ||
| 807 | @menu | 808 | @menu |
| 808 | * Unconditional Replace:: Replacing all matches for a string. | 809 | * Unconditional Replace:: Replacing all matches for a string. |