]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/font-lock.el (font-lock-bracket-face): Improve docstring
authorRobert Pluim <rpluim@gmail.com>
Thu, 10 Nov 2022 11:46:03 +0000 (12:46 +0100)
committerRobert Pluim <rpluim@gmail.com>
Thu, 10 Nov 2022 11:46:03 +0000 (12:46 +0100)
lisp/font-lock.el

index baeafecf162aa8ece687667ff422e2fbb660b666..bb8955786303535524b15be570c67db6558f816e 100644 (file)
@@ -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")