aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-08-22 15:28:38 +0000
committerEli Zaretskii2000-08-22 15:28:38 +0000
commit24346b4eae3cb1ceb4d08037d3dd617f889eb7f0 (patch)
tree6f00bb62bc045b098676d717b79a56ae66e93ef2
parent37d8a69187cd88ab410c837fe43642de22f2543f (diff)
downloademacs-24346b4eae3cb1ceb4d08037d3dd617f889eb7f0.tar.gz
emacs-24346b4eae3cb1ceb4d08037d3dd617f889eb7f0.zip
More details and index entries for isearch-lazy-highlight.
-rw-r--r--man/search.texi9
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
183matches happens in a deferred fashion so as not to rob Isearch of its 183matches happens in a deferred fashion so as not to rob Isearch of its
184usual snappy response. 184usual snappy response.
185@vindex isearch-lazy-highlight-cleanup 185@vindex isearch-lazy-highlight-cleanup
186@findex isearch-lazy-highlight-cleanup
186By default the highlighting of matches is cleared when you end the 187By default the highlighting of matches is cleared when you end the
187search. Customize the variable @code{isearch-lazy-highlight-cleanup} to 188search. Customize the variable @code{isearch-lazy-highlight-cleanup} to
188avoid cleaning up automatically. The command @kbd{M-x 189avoid cleaning up automatically. The command @kbd{M-x
@@ -191,6 +192,14 @@ isearch-lazy-highlight-cleanup} can be used to clean up manually.
191Customize the variable @code{isearch-lazy-highlight} to turn off this 192Customize the variable @code{isearch-lazy-highlight} to turn off this
192feature. 193feature.
193 194
195@vindex isearch-lazy-highlight-face
196@cindex faces for highlighting search matches
197 You can control how does the highlighting of matches look like by
198customizing the faces @code{isearch} (highlights the current match) and
199@code{isearch-lazy-highlight-face} (highlights the other matches). The
200former defaults to the @code{region} face, the latter to the
201@code{secodnary-selection} face.
202
194@vindex isearch-mode-map 203@vindex isearch-mode-map
195 To customize the special characters that incremental search understands, 204 To customize the special characters that incremental search understands,
196alter their bindings in the keymap @code{isearch-mode-map}. For a list 205alter their bindings in the keymap @code{isearch-mode-map}. For a list