# HG changeset patch # User Eli Zaretskii # Date 1254742347 0 # Node ID 76a516268e2cff513a311189de02fc99393b8d36 # Parent a6955067f93210eef1e6bf099fe857deeb74fb84 (cwarn-mode): Doc fix. diff -r a6955067f932 -r 76a516268e2c lisp/progmodes/cwarn.el --- 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.