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:
parent
57d54bb49d
commit
f875ed53f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue