mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00:00
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).
This commit is contained in:
parent
c1ec7434c3
commit
17dd3fb4a5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user