# HG changeset patch # User Lute Kamstra # Date 1114524882 0 # Node ID 330b0fc9b83d9c613bdff2aa95c9d641585246c2 # Parent 348a53b1dd79ef0fd955e7cdf6874975fb3e67a6 (font-lock-fontify-region-function): Fix docstring. (font-lock-comment-delimiter-face): Ditto. diff -r 348a53b1dd79 -r 330b0fc9b83d lisp/font-lock.el --- a/lisp/font-lock.el Tue Apr 26 11:05:02 2005 +0000 +++ b/lisp/font-lock.el Tue Apr 26 14:14:42 2005 +0000 @@ -568,8 +568,8 @@ (defvar font-lock-fontify-region-function 'font-lock-default-fontify-region "Function to use for fontifying a region. It should take two args, the beginning and end of the region, and an optional -third arg VERBOSE. If non-nil, the function should print status messages. -This is normally set via `font-lock-defaults'.") +third arg VERBOSE. If VERBOSE is non-nil, the function should print status +messages. This is normally set via `font-lock-defaults'.") (defvar font-lock-unfontify-region-function 'font-lock-default-unfontify-region "Function to use for unfontifying a region. @@ -1637,7 +1637,7 @@ (((class color) (min-colors 8) (background dark)) (:foreground "red1")) (t (:weight bold :slant italic))) - "Font Lock mode face used to highlight comments." + "Font Lock mode face used to highlight comment delimiters." :group 'font-lock-highlighting-faces) (defface font-lock-comment-face