Variable: cwarn-mode-text
cwarn-mode-text is a customizable variable defined in cwarn.el.gz.
Value
" CWarn"
Documentation
String to display in the mode line when CWarn mode is active.
(When the string is not empty, make sure that it has a leading space.)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cwarn.el.gz
(defcustom cwarn-mode-text " CWarn"
"String to display in the mode line when CWarn mode is active.
\(When the string is not empty, make sure that it has a leading space.)"
:tag "CWarn mode text" ; To separate it from `global-...'
:type 'string)