emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a67b51e: Fix font-lock-keywords slightly


From: Lars Ingebrigtsen
Subject: master a67b51e: Fix font-lock-keywords slightly
Date: Sat, 9 Nov 2019 15:02:29 -0500 (EST)

branch: master
commit a67b51e92bb36b32f88dca01c3cd3da02b3dfb99
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Fix font-lock-keywords slightly
    
    * lisp/font-lock.el (font-lock-keywords): Tweak doc string
    slightly (bug#35005).
---
 lisp/font-lock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 875f5b0..f254211 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]