; * lisp/font-lock.el (font-lock-bracket-face): Improve docstring
This commit is contained in:
parent
a5a047a07f
commit
ab4edbf60e
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue