# HG changeset patch
# User Eli Zaretskii <eliz@gnu.org>
# Date 1025963142 0
# Node ID d76b60f898fc7f9f01a98b7da25205c015405842
# Parent  be3ff3e3e5b02bd1a7744a21e6ebfa948a5ab7db
(Replace): Add a cross-reference to Transient Mark mode.

diff -r be3ff3e3e5b0 -r d76b60f898fc man/search.texi
--- a/man/search.texi	Sat Jul 06 13:15:21 2002 +0000
+++ b/man/search.texi	Sat Jul 06 13:45:42 2002 +0000
@@ -798,11 +798,12 @@
 of the pattern and asks you whether to replace it.
 
   The replace commands normally operate on the text from point to the
-end of the buffer; however, in Transient Mark mode, when the mark is
-active, they operate on the region.  The replace commands all replace
-one string (or regexp) with one replacement string.  It is possible to
-perform several replacements in parallel using the command
-@code{expand-region-abbrevs} (@pxref{Expanding Abbrevs}).
+end of the buffer; however, in Transient Mark mode (@pxref{Transient
+Mark}), when the mark is active, they operate on the region.  The
+replace commands all replace one string (or regexp) with one
+replacement string.  It is possible to perform several replacements in
+parallel using the command @code{expand-region-abbrevs}
+(@pxref{Expanding Abbrevs}).
 
 @menu
 * Unconditional Replace::  Replacing all matches for a string.