]> git.eshelyaron.com Git - emacs.git/commitdiff
(Replace): Add a cross-reference to Transient Mark mode.
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Jul 2002 13:45:42 +0000 (13:45 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Jul 2002 13:45:42 +0000 (13:45 +0000)
man/search.texi

index 729b0018f67e192d1bcfab708accd6d77efe7213..b46a7fb771baa711334266b43290759378f3d9be 100644 (file)
@@ -798,11 +798,12 @@ there is a @kbd{M-x query-replace} command which finds each occurrence
 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.