flymake-mode-line-counters)
"Mode line construct for customizing Flymake information."
:group 'flymake
- :type '(list string symbol))
+ :type '(repeat (choice string symbol)))
(defcustom flymake-mode-line-counter-format
'("["
`flymake-warning-counter' and `flymake-note-counter' constructs.
Separating each of these with space is not necessary."
:group 'flymake
- :type '(list string symbol))
+ :type '(repeat (choice string symbol)))
(defvar flymake-mode-line-title '(:eval (flymake--mode-line-title))
"Mode-line construct to show Flymake's mode name and menu.")