emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 624e382211: ; Improve doc strings of some new faces


From: Eli Zaretskii
Subject: emacs-29 624e382211: ; Improve doc strings of some new faces
Date: Tue, 27 Dec 2022 12:00:37 -0500 (EST)

branch: emacs-29
commit 624e3822110a94ff6bee2ffaf43a04271b5d7305
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Improve doc strings of some new faces
    
    * lisp/font-lock.el (font-lock-punctuation-face)
    (font-lock-delimiter-face): Doc fix.
---
 lisp/font-lock.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 2dfbe3ad23..831e603239 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -2110,7 +2110,7 @@ For example, the declaration and use of fields in a 
struct."
 
 (defface font-lock-punctuation-face
   '((t nil))
-  "Font Lock mode face used to highlight punctuation."
+  "Font Lock mode face used to highlight punctuation characters."
   :group 'font-lock-faces
   :version "29.1")
 
@@ -2122,7 +2122,9 @@ For example, the declaration and use of fields in a 
struct."
 
 (defface font-lock-delimiter-face
   '((t :inherit font-lock-punctuation-face))
-  "Font Lock mode face used to highlight delimiters."
+  "Font Lock mode face used to highlight delimiters.
+What exactly is a delimiter depends on the major mode, but usually
+these are characters like comma, colon, and semi-colon."
   :group 'font-lock-faces
   :version "29.1")
 



reply via email to

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