Variable: flymake-mode-line-lighter

flymake-mode-line-lighter is a customizable variable defined in flymake.el.gz.

Value

"Flymake"

Documentation

The string to use in the Flymake mode line.

This variable was added, or its default value changed, in Emacs 29.1.

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(defcustom flymake-mode-line-lighter "Flymake"
  "The string to use in the Flymake mode line."
  :type 'string
  :version "29.1")