From: Robert Pluim Date: Thu, 10 Nov 2022 11:46:03 +0000 (+0100) Subject: ; * lisp/font-lock.el (font-lock-bracket-face): Improve docstring X-Git-Tag: emacs-29.0.90~1686 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab4edbf60eca767775e18d8d0e318c28a74792b3;p=emacs.git ; * lisp/font-lock.el (font-lock-bracket-face): Improve docstring --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index baeafecf162..bb895578630 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2128,7 +2128,7 @@ For example, the declaration and use of fields in a struct." (defface font-lock-bracket-face '((t :inherit font-lock-punctuation-face)) - "Font Lock mode face used to highlight brackets." + "Font Lock mode face used to highlight brackets, braces, and parens." :group 'font-lock-faces :version "29.1")