]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-comment-delimiter-face): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 2005 21:31:37 +0000 (21:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 2005 21:31:37 +0000 (21:31 +0000)
lisp/font-lock.el

index 0b33ac7d9b4eebe555cae74dd4b1d3bdb9418108..d82aade9c84046f4f6334211ece0c8f1cc1ae67b 100644 (file)
@@ -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.")