From 17dd3fb4a52e78c57308b795e41e8c9f50a9c5cc Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 23 Feb 2016 13:31:25 +1100 Subject: [PATCH] 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). --- doc/lispref/display.texi | 6 +++++- lisp/replace.el | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) 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 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 diff --git a/lisp/replace.el b/lisp/replace.el index 488eff7928a..2c3aa9b0885 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -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 -- 2.39.2