From: Richard M. Stallman Date: Sun, 24 Apr 2005 21:31:37 +0000 (+0000) Subject: (font-lock-comment-delimiter-face): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~763 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4403a96955f768d4d0b99b6857b7141df3671bdf;p=emacs.git (font-lock-comment-delimiter-face): Doc fix. --- 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.")