emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/search.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/search.texi
Date: Sat, 08 Jan 2005 21:17:27 -0500

Index: emacs/man/search.texi
diff -c emacs/man/search.texi:1.59 emacs/man/search.texi:1.60
*** emacs/man/search.texi:1.59  Mon Nov 22 21:13:58 2004
--- emacs/man/search.texi       Sun Jan  9 01:57:30 2005
***************
*** 219,225 ****
  
    @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.
  
  @cindex lazy search highlighting
  @vindex isearch-lazy-highlight
--- 219,226 ----
  
    @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.  @xref{Query
! Replace}.
  
  @cindex lazy search highlighting
  @vindex isearch-lazy-highlight
***************
*** 231,241 ****
  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).
  
  @vindex isearch-mode-map
    To customize the special characters that incremental search understands,
--- 232,242 ----
  If you don't like this feature, you can turn it off by setting
  @code{isearch-lazy-highlight} to @code{nil}.
  
  @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{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,1158 ****
--- 1154,1167 ----
  @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:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]