Mercurial > emacs
changeset 61813:13d42889189f
(font-lock-comment-delimiter-face): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 24 Apr 2005 21:31:37 +0000 |
parents | a9a70941ccb3 |
children | edcdb077c4c1 |
files | lisp/font-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Sun Apr 24 21:29:15 2005 +0000 +++ b/lisp/font-lock.el Sun Apr 24 21:31:37 2005 +0000 @@ -310,7 +310,7 @@ "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.")