+2009-10-05 Eli Zaretskii <eliz@gnu.org>
+
+ * progmodes/cwarn.el (cwarn-mode): Doc fix.
+
2009-10-05 Michael Albinus <michael.albinus@gmx.de>
* files.el (directory-files-no-dot-files-regexp): New defconst.
(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.