From: Lars Ingebrigtsen Date: Thu, 4 Nov 2021 18:28:06 +0000 (+0100) Subject: font-lock-type-face doc string improvement X-Git-Tag: emacs-29.0.90~3671^2~247 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f875ed53f6795c5bc12e2a73070b87eb34168014;p=emacs.git font-lock-type-face doc string improvement * lisp/font-lock.el (font-lock-type-face): Fix grammar in doc string (bug#51574). --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index a4ab897f6f2..c2590eb3c11 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