diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-08-22 15:28:38 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-08-22 15:28:38 +0000 |
commit | 24346b4eae3cb1ceb4d08037d3dd617f889eb7f0 (patch) | |
tree | 6f00bb62bc045b098676d717b79a56ae66e93ef2 /man | |
parent | 37d8a69187cd88ab410c837fe43642de22f2543f (diff) | |
download | emacs-24346b4eae3cb1ceb4d08037d3dd617f889eb7f0.tar.gz |
More details and index entries for isearch-lazy-highlight.
Diffstat (limited to 'man')
-rw-r--r-- | man/search.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/search.texi b/man/search.texi index 2ac2041cb9f..29938d48526 100644 --- a/man/search.texi +++ b/man/search.texi @@ -183,6 +183,7 @@ anticipate where the cursor will end up each time you press @kbd{C-s} or 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 @@ isearch-lazy-highlight-cleanup} can be used to clean up manually. 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 |