]> git.eshelyaron.com Git - emacs.git/commitdiff
font-lock-type-face doc string improvement
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Nov 2021 18:28:06 +0000 (19:28 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Nov 2021 18:28:06 +0000 (19:28 +0100)
* lisp/font-lock.el (font-lock-type-face): Fix grammar in doc
string (bug#51574).

lisp/font-lock.el

index a4ab897f6f27c6720808f374058e589fbe61e93c..c2590eb3c11a477fa7fddf5176fa33935c0d3470 100644 (file)
@@ -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