From: Eli Zaretskii Date: Sat, 6 Jul 2002 13:44:06 +0000 (+0000) Subject: (Replace): Add a cross-reference to the description of Transient Mark Mode. X-Git-Tag: emacs-pretest-21.2.91~193 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6323224a48b701f4361267eb21e35ab59823ebf;p=emacs.git (Replace): Add a cross-reference to the description of Transient Mark Mode. --- diff --git a/man/search.texi b/man/search.texi index 997b1d9e921..d1136a37b6c 100644 --- a/man/search.texi +++ b/man/search.texi @@ -791,11 +791,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.