diff options
| -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'.") | |||
| 568 | (defvar font-lock-fontify-region-function 'font-lock-default-fontify-region | 568 | (defvar font-lock-fontify-region-function 'font-lock-default-fontify-region |
| 569 | "Function to use for fontifying a region. | 569 | "Function to use for fontifying a region. |
| 570 | It should take two args, the beginning and end of the region, and an optional | 570 | It should take two args, the beginning and end of the region, and an optional |
| 571 | third arg VERBOSE. If non-nil, the function should print status messages. | 571 | third arg VERBOSE. If VERBOSE is non-nil, the function should print status |
| 572 | This is normally set via `font-lock-defaults'.") | 572 | messages. This is normally set via `font-lock-defaults'.") |
| 573 | 573 | ||
| 574 | (defvar font-lock-unfontify-region-function 'font-lock-default-unfontify-region | 574 | (defvar font-lock-unfontify-region-function 'font-lock-default-unfontify-region |
| 575 | "Function to use for unfontifying a region. | 575 | "Function to use for unfontifying a region. |
| @@ -1637,7 +1637,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using | |||
| 1637 | (((class color) (min-colors 8) (background dark)) | 1637 | (((class color) (min-colors 8) (background dark)) |
| 1638 | (:foreground "red1")) | 1638 | (:foreground "red1")) |
| 1639 | (t (:weight bold :slant italic))) | 1639 | (t (:weight bold :slant italic))) |
| 1640 | "Font Lock mode face used to highlight comments." | 1640 | "Font Lock mode face used to highlight comment delimiters." |
| 1641 | :group 'font-lock-highlighting-faces) | 1641 | :group 'font-lock-highlighting-faces) |
| 1642 | 1642 | ||
| 1643 | (defface font-lock-comment-face | 1643 | (defface font-lock-comment-face |