emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 17dd3fb: Add `isearch' to `basic-faces'


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 17dd3fb: Add `isearch' to `basic-faces'
Date: Tue, 23 Feb 2016 02:31:37 +0000

branch: emacs-25
commit 17dd3fb4a52e78c57308b795e41e8c9f50a9c5cc
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 deletions(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 3238959..e4aff43 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.
address@hidden isearch
address@hidden 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 488eff7..2c3aa9b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]