summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2022-11-10 12:46:03 +0100
committerRobert Pluim <rpluim@gmail.com>2022-11-10 12:46:03 +0100
commitab4edbf60eca767775e18d8d0e318c28a74792b3 (patch)
tree5d004eca58a850da5467cdb9db573261d2401a5a /lisp/font-lock.el
parenta5a047a07f2d4f98fc67b40eb1f1a1d711905381 (diff)
downloademacs-ab4edbf60eca767775e18d8d0e318c28a74792b3.tar.gz
emacs-ab4edbf60eca767775e18d8d0e318c28a74792b3.tar.bz2
emacs-ab4edbf60eca767775e18d8d0e318c28a74792b3.zip
; * lisp/font-lock.el (font-lock-bracket-face): Improve docstring
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r--lisp/font-lock.el2
1 files changed, 1 insertions, 1 deletions
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")