summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-04-24 21:31:37 +0000
committerRichard M. Stallman <rms@gnu.org>2005-04-24 21:31:37 +0000
commit4403a96955f768d4d0b99b6857b7141df3671bdf (patch)
treeae8559abc3f69a7c3b2c435c8e41781d47797b29 /lisp/font-lock.el
parent93d1963d7310e11708863c32cf4438901a167c54 (diff)
downloademacs-4403a96955f768d4d0b99b6857b7141df3671bdf.tar.gz
(font-lock-comment-delimiter-face): Doc fix.
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 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."
"Face name to use for comments.")
(defvar font-lock-comment-delimiter-face 'font-lock-comment-delimiter-face
- "Face name to use for comments.")
+ "Face name to use for comment delimiters.")
(defvar font-lock-string-face 'font-lock-string-face
"Face name to use for strings.")