]> code.delx.au - gnu-emacs/commitdiff
Add `isearch' to `basic-faces'
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 23 Feb 2016 02:31:25 +0000 (13:31 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 23 Feb 2016 02:31:32 +0000 (13:31 +1100)
* 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).

doc/lispref/display.texi
lisp/replace.el

index 323895927a9933c18521f5a3e62833eb6620f704..e4aff43ccbadcc01b05d3fcda05b3fb24f373788 100644 (file)
@@ -3034,7 +3034,11 @@ it is commonly assigned to the @code{mouse-face} property for cursor
 highlighting (@pxref{Special Properties}).
 
 @item match
-For text matching a search command.
+@itemx isearch
+@itemx lazy-highlight
+For text matching (respectively) permanent search matches, interactive
+search matches, and lazy highlighting other matches than the current
+interactive one.
 
 @item error
 @itemx warning
index 488eff7928a4d4ec355a42950612f50da4ae5935..2c3aa9b088521271cdd6f3019daf9f92d9504eae 100644 (file)
@@ -1268,6 +1268,7 @@ Compatibility function for \\[next-error] invocations."
     (t :background "gray"))
   "Face used to highlight matches permanently."
   :group 'matching
+  :group 'basic-faces
   :version "22.1")
 
 (defcustom list-matching-lines-default-context-lines 0