diff options
author | Lute Kamstra <lute@gnu.org> | 2005-04-26 14:14:42 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-04-26 14:14:42 +0000 |
commit | 0edd2744add98b941b6a32e02ff8b3ab386e3652 (patch) | |
tree | 9b988687da9bc318f5f0c63a5a59246a6cdca001 /lisp/font-lock.el | |
parent | 68a94f5aaaeaf94f29ddcd08e9fb6c5fb7d29747 (diff) | |
download | emacs-0edd2744add98b941b6a32e02ff8b3ab386e3652.tar.gz |
(font-lock-fontify-region-function): Fix docstring.
(font-lock-comment-delimiter-face): Ditto.
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r-- | lisp/font-lock.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 91977bcb6f2..d151f481032 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -568,8 +568,8 @@ This is normally set via `font-lock-defaults'.") (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 @@ Sets various variables using `font-lock-defaults' (or, if nil, using (((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 |