changeset 31062:c503cf38b3e8

More details and index entries for isearch-lazy-highlight.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 22 Aug 2000 15:28:38 +0000
parents 457c0b39a922
children e0e59380736b
files man/search.texi
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/man/search.texi	Tue Aug 22 15:20:37 2000 +0000
+++ b/man/search.texi	Tue Aug 22 15:28:38 2000 +0000
@@ -183,6 +183,7 @@
 matches happens in a deferred fashion so as not to rob Isearch of its
 usual snappy response.
 @vindex isearch-lazy-highlight-cleanup
+@findex isearch-lazy-highlight-cleanup
 By default the highlighting of matches is cleared when you end the
 search.  Customize the variable @code{isearch-lazy-highlight-cleanup} to
 avoid cleaning up automatically.  The command @kbd{M-x
@@ -191,6 +192,14 @@
 Customize the variable @code{isearch-lazy-highlight} to turn off this
 feature.
 
+@vindex isearch-lazy-highlight-face
+@cindex faces for highlighting search matches
+  You can control how does the highlighting of matches look like by
+customizing the faces @code{isearch} (highlights the current match) and
+@code{isearch-lazy-highlight-face} (highlights the other matches).  The
+former defaults to the @code{region} face, the latter to the
+@code{secodnary-selection} face.
+
 @vindex isearch-mode-map
   To customize the special characters that incremental search understands,
 alter their bindings in the keymap @code{isearch-mode-map}.  For a list