aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0b33ac7d9b4..d82aade9c84 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -310,7 +310,7 @@ If a number, only buffers greater than this size have fontification messages."
310 "Face name to use for comments.") 310 "Face name to use for comments.")
311 311
312(defvar font-lock-comment-delimiter-face 'font-lock-comment-delimiter-face 312(defvar font-lock-comment-delimiter-face 'font-lock-comment-delimiter-face
313 "Face name to use for comments.") 313 "Face name to use for comment delimiters.")
314 314
315(defvar font-lock-string-face 'font-lock-string-face 315(defvar font-lock-string-face 'font-lock-string-face
316 "Face name to use for strings.") 316 "Face name to use for strings.")