Mercurial > emacs
changeset 59428:856e8ee31fcb
(Query Replace): Mention faces query-replace and lazy-highlight.
(Incremental Search): Update isearch highlighting info.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 09 Jan 2005 01:57:30 +0000 |
parents | 847ceead54c3 |
children | d189a9fc6e5b |
files | man/search.texi |
diffstat | 1 files changed, 13 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/man/search.texi Sun Jan 09 00:30:53 2005 +0000 +++ b/man/search.texi Sun Jan 09 01:57:30 2005 +0000 @@ -219,7 +219,8 @@ @kbd{M-%} typed in incremental search invokes @code{query-replace} or @code{query-replace-regexp} (depending on search mode) with the -current search string used as the string to replace. +current search string used as the string to replace. @xref{Query +Replace}. @cindex lazy search highlighting @vindex isearch-lazy-highlight @@ -231,11 +232,11 @@ If you don't like this feature, you can turn it off by setting @code{isearch-lazy-highlight} to @code{nil}. -@vindex isearch-lazy-highlight-face @cindex faces for highlighting search matches You can control how this highlighting looks by customizing the faces -@code{isearch} (used for the current match) and -@code{isearch-lazy-highlight-face} (for all the other matches). +@code{isearch} (used for the current match) and @code{lazy-highlight} +(for all the other matches). The latter is also used for other matches +inside @code{query-replace}. @vindex isearch-mode-map To customize the special characters that incremental search understands, @@ -1153,6 +1154,14 @@ @kindex C-M-% @findex query-replace-regexp @kbd{C-M-%} performs regexp search and replace (@code{query-replace-regexp}). +It works like @code{replace-regexp} except that it queries +like @code{query-replace}. + +@cindex faces for highlighting query replace + These commands highlight the current match using the face +@code{query-replace}. They highlight other matches using +@code{lazy-highlight} just like incremental search (@pxref{Incremental +Search}). The characters you can type when you are shown a match for the string or regexp are: