aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-02-23 13:31:25 +1100
committerLars Ingebrigtsen2016-02-23 13:31:32 +1100
commit17dd3fb4a52e78c57308b795e41e8c9f50a9c5cc (patch)
tree3ba1e9fe2d8f94c011d268b61e25602ef8076d6a /doc
parentc1ec7434c38a8ee59e7ce895fbfd317e133ad40e (diff)
downloademacs-17dd3fb4a52e78c57308b795e41e8c9f50a9c5cc.tar.gz
emacs-17dd3fb4a52e78c57308b795e41e8c9f50a9c5cc.zip
Add `isearch' to `basic-faces'
* doc/lispref/display.texi (Basic Faces): Mention the isearch and lazy-highlight faces. * lisp/replace.el (match): Add `isearch' to the `basic-faces' group, too (bug#22760).
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/display.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 323895927a9..e4aff43ccba 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -3034,7 +3034,11 @@ it is commonly assigned to the @code{mouse-face} property for cursor
3034highlighting (@pxref{Special Properties}). 3034highlighting (@pxref{Special Properties}).
3035 3035
3036@item match 3036@item match
3037For text matching a search command. 3037@itemx isearch
3038@itemx lazy-highlight
3039For text matching (respectively) permanent search matches, interactive
3040search matches, and lazy highlighting other matches than the current
3041interactive one.
3038 3042
3039@item error 3043@item error
3040@itemx warning 3044@itemx warning