Mercurial > emacs
changeset 105464:76a516268e2c
(cwarn-mode): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 05 Oct 2009 11:32:27 +0000 |
parents | a6955067f932 |
children | a257a194acef |
files | lisp/progmodes/cwarn.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cwarn.el Mon Oct 05 11:30:52 2009 +0000 +++ b/lisp/progmodes/cwarn.el Mon Oct 05 11:32:27 2009 +0000 @@ -187,6 +187,8 @@ (define-minor-mode cwarn-mode "Minor mode that highlights suspicious C and C++ constructions. +Suspicious constructs are highlighted using `font-lock-warning-face'. + Note, in addition to enabling this minor mode, the major mode must be included in the variable `cwarn-configuration'. By default C and C++ modes are included.