emacs-diffs
[Top][All Lists]
Advanced

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

master f875ed5: font-lock-type-face doc string improvement


From: Lars Ingebrigtsen
Subject: master f875ed5: font-lock-type-face doc string improvement
Date: Thu, 4 Nov 2021 14:28:14 -0400 (EDT)

branch: master
commit f875ed53f6795c5bc12e2a73070b87eb34168014
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    font-lock-type-face doc string improvement
    
    * lisp/font-lock.el (font-lock-type-face): Fix grammar in doc
    string (bug#51574).
---
 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 a4ab897..c2590eb 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -2075,7 +2075,7 @@ as the constructs of Haddock, Javadoc and similar 
systems."
     (((class color) (min-colors 16) (background dark))  :foreground 
"PaleGreen")
     (((class color) (min-colors 8)) :foreground "green")
     (t :weight bold :underline t))
-  "Font Lock mode face used to highlight type and classes."
+  "Font Lock mode face used to highlight type and class names."
   :group 'font-lock-faces)
 
 (defface font-lock-constant-face



reply via email to

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