1
0
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:
Lars Ingebrigtsen 2016-02-23 13:31:25 +11:00
parent c1ec7434c3
commit 17dd3fb4a5
2 changed files with 6 additions and 1 deletions

View 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

View 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