]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix font-lock-keywords slightly
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 9 Nov 2019 20:02:18 +0000 (21:02 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 9 Nov 2019 20:02:24 +0000 (21:02 +0100)
* lisp/font-lock.el (font-lock-keywords): Tweak doc string
slightly (bug#35005).

lisp/font-lock.el

index 875f5b0592d783414f93e2cbf857175fa01d3530..f254211aa27c3c8e0a4c7ff49dd30b2d2d460297 100644 (file)
@@ -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