aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-04-24 21:31:37 +0000
committerRichard M. Stallman2005-04-24 21:31:37 +0000
commit4403a96955f768d4d0b99b6857b7141df3671bdf (patch)
treeae8559abc3f69a7c3b2c435c8e41781d47797b29
parent93d1963d7310e11708863c32cf4438901a167c54 (diff)
downloademacs-4403a96955f768d4d0b99b6857b7141df3671bdf.tar.gz
emacs-4403a96955f768d4d0b99b6857b7141df3671bdf.zip
(font-lock-comment-delimiter-face): Doc fix.
-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.")