]> git.eshelyaron.com Git - emacs.git/commitdiff
(cwarn-mode): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 5 Oct 2009 11:34:15 +0000 (11:34 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 5 Oct 2009 11:34:15 +0000 (11:34 +0000)
lisp/ChangeLog
lisp/progmodes/cwarn.el

index 3dba231e6c211d246785cbd325e8faba678f38ac..eca762b70856270eb0756b95d87c5fa892af74ba 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 3205a60d882f91d0a2e8cb7e9f699fdbee77c40a..8be66e946a9b910c7bea7646ec19b006c60fac41 100644 (file)
@@ -187,6 +187,8 @@ deactivated."
 (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.