diff options
author | Simon Marshall <simon@gnu.org> | 1998-02-20 14:58:27 +0000 |
---|---|---|
committer | Simon Marshall <simon@gnu.org> | 1998-02-20 14:58:27 +0000 |
commit | 883212ce6905a2bde30bf2dd5eb647a09fd597c4 (patch) | |
tree | 163701513d947fad31df18ea7a25bc8cac2392b1 /lisp/emacs-lisp/checkdoc.el | |
parent | b6908641f2bd7e8df922058478086a0f0372b065 (diff) | |
download | emacs-883212ce6905a2bde30bf2dd5eb647a09fd597c4.tar.gz emacs-883212ce6905a2bde30bf2dd5eb647a09fd597c4.tar.bz2 emacs-883212ce6905a2bde30bf2dd5eb647a09fd597c4.zip |
Changed font-lock-reference-face to font-lock-constant-face.
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 31e090d33fb..38b78f4e217 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -1680,7 +1680,7 @@ This function returns non-nil if the text was replaced." (defvar checkdoc-output-font-lock-keywords '(("\\(\\w+\\.el\\):" 1 font-lock-function-name-face) ("style check: \\(\\w+\\)" 1 font-lock-comment-face) - ("^\\([0-9]+\\):" 1 font-lock-reference-face)) + ("^\\([0-9]+\\):" 1 font-lock-constant-face)) "Keywords used to highlight a checkdoc diagnostic buffer.") (defvar checkdoc-output-mode-map nil |