mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-23 22:20:24 -08:00
Fix font-lock-keywords slightly
* lisp/font-lock.el (font-lock-keywords): Tweak doc string slightly (bug#35005).
This commit is contained in:
parent
f2019fc676
commit
a67b51e92b
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ MATCH-HIGHLIGHT should be of the form:
|
|||
SUBEXP is the number of the subexpression of MATCHER to be
|
||||
highlighted.
|
||||
|
||||
FACENAME is an expression whose value is the face name to use.
|
||||
FACENAME is an expression whose value is the face to use.
|
||||
Instead of a face, FACENAME can evaluate to a property list of
|
||||
the form (face FACE PROP1 VAL1 PROP2 VAL2 ...) in which case all
|
||||
the listed text-properties will be set rather than just FACE. In
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue