From: Eli Zaretskii Date: Mon, 5 Oct 2009 11:34:15 +0000 (+0000) Subject: (cwarn-mode): Doc fix. X-Git-Tag: emacs-pretest-23.1.90~923 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1902a98c3eb904849e90e53ab05988a94a5cd9df;p=emacs.git (cwarn-mode): Doc fix. --- 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 + + * progmodes/cwarn.el (cwarn-mode): Doc fix. + 2009-10-05 Michael Albinus * 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.