font-lock-type-face doc string improvement

* lisp/font-lock.el (font-lock-type-face): Fix grammar in doc
string (bug#51574).
This commit is contained in:
Lars Ingebrigtsen 2021-11-04 19:28:06 +01:00
parent 57d54bb49d
commit f875ed53f6

View 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