emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/tree-sitter ab4edbf60e 2/2: ; * lisp/font-lock.el (font-lock-bra


From: Robert Pluim
Subject: feature/tree-sitter ab4edbf60e 2/2: ; * lisp/font-lock.el (font-lock-bracket-face): Improve docstring
Date: Thu, 10 Nov 2022 06:49:11 -0500 (EST)

branch: feature/tree-sitter
commit ab4edbf60eca767775e18d8d0e318c28a74792b3
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    ; * lisp/font-lock.el (font-lock-bracket-face): Improve docstring
---
 lisp/font-lock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index baeafecf16..bb89557863 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")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]