summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-11-09 21:02:18 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2019-11-09 21:02:24 +0100
commita67b51e92bb36b32f88dca01c3cd3da02b3dfb99 (patch)
tree51a981645fa6cd62c50f3be86ec812a2c1645e7f /lisp/font-lock.el
parentf2019fc676c2206bbdc53855e3bc4f1086676d3d (diff)
downloademacs-a67b51e92bb36b32f88dca01c3cd3da02b3dfb99.tar.gz
emacs-a67b51e92bb36b32f88dca01c3cd3da02b3dfb99.tar.bz2
emacs-a67b51e92bb36b32f88dca01c3cd3da02b3dfb99.zip
Fix font-lock-keywords slightly
* lisp/font-lock.el (font-lock-keywords): Tweak doc string slightly (bug#35005).
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r--lisp/font-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 875f5b0592d..f254211aa27 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -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