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
2 changed files with 6 additions and 1 deletions
|
@ -3034,7 +3034,11 @@ it is commonly assigned to the @code{mouse-face} property for cursor
|
||||||
highlighting (@pxref{Special Properties}).
|
highlighting (@pxref{Special Properties}).
|
||||||
|
|
||||||
@item match
|
@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
|
@item error
|
||||||
@itemx warning
|
@itemx warning
|
||||||
|
|
|
@ -1268,6 +1268,7 @@ Compatibility function for \\[next-error] invocations."
|
||||||
(t :background "gray"))
|
(t :background "gray"))
|
||||||
"Face used to highlight matches permanently."
|
"Face used to highlight matches permanently."
|
||||||
:group 'matching
|
:group 'matching
|
||||||
|
:group 'basic-faces
|
||||||
:version "22.1")
|
:version "22.1")
|
||||||
|
|
||||||
(defcustom list-matching-lines-default-context-lines 0
|
(defcustom list-matching-lines-default-context-lines 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue