flymake-mode

flymake-mode is an interactive autoloaded compiled Lisp function in `flymake.el'.


(flymake-mode &optional ARG)

Toggle Flymake mode on or off.
With a prefix argument ARG, enable Flymake mode if ARG is
positive, and disable it otherwise. If called from Lisp, enable
the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.

Uses keymap `flymake-mode-map', which is not currently defined.