projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57d54bb
)
font-lock-type-face doc string improvement
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 4 Nov 2021 18:28:06 +0000
(19:28 +0100)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index a4ab897f6f27c6720808f374058e589fbe61e93c..c2590eb3c11a477fa7fddf5176fa33935c0d3470 100644
(file)
--- 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
nam
es."
:group 'font-lock-faces)
(defface font-lock-constant-face