projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5a047a
)
; * lisp/font-lock.el (font-lock-bracket-face): Improve docstring
author
Robert Pluim
<rpluim@gmail.com>
Thu, 10 Nov 2022 11:46:03 +0000
(12:46 +0100)
committer
Robert Pluim
<rpluim@gmail.com>
Thu, 10 Nov 2022 11:46:03 +0000
(12:46 +0100)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index baeafecf162aa8ece687667ff422e2fbb660b666..bb8955786303535524b15be570c67db6558f816e 100644
(file)
--- 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")