diff options
author | Eli Zaretskii <eliz@gnu.org> | 2009-10-05 11:34:15 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2009-10-05 11:34:15 +0000 |
commit | 1902a98c3eb904849e90e53ab05988a94a5cd9df (patch) | |
tree | 3d42629925aaf4385e5d3e7c7874c372bb4472fd | |
parent | 263c02efe258e230b4d820f03422959b05368702 (diff) | |
download | emacs-1902a98c3eb904849e90e53ab05988a94a5cd9df.tar.gz |
(cwarn-mode): Doc fix.
-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. |