diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/progmodes/cwarn.el | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3dba231e6c2..eca762b7085 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. diff --git a/lisp/progmodes/cwarn.el b/lisp/progmodes/cwarn.el index 3205a60d882..8be66e946a9 100644 --- a/lisp/progmodes/cwarn.el +++ b/lisp/progmodes/cwarn.el @@ -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. |