diff options
| -rw-r--r-- | lisp/progmodes/flymake.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 8d1797fe3ce..cdee2391642 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el | |||
| @@ -1191,7 +1191,7 @@ default) no filter is applied." | |||
| 1191 | flymake-mode-line-counters) | 1191 | flymake-mode-line-counters) |
| 1192 | "Mode line construct for customizing Flymake information." | 1192 | "Mode line construct for customizing Flymake information." |
| 1193 | :group 'flymake | 1193 | :group 'flymake |
| 1194 | :type '(list string symbol)) | 1194 | :type '(repeat (choice string symbol))) |
| 1195 | 1195 | ||
| 1196 | (defcustom flymake-mode-line-counter-format | 1196 | (defcustom flymake-mode-line-counter-format |
| 1197 | '("[" | 1197 | '("[" |
| @@ -1203,7 +1203,7 @@ This is a suitable place for placing the `flymake-error-counter', | |||
| 1203 | `flymake-warning-counter' and `flymake-note-counter' constructs. | 1203 | `flymake-warning-counter' and `flymake-note-counter' constructs. |
| 1204 | Separating each of these with space is not necessary." | 1204 | Separating each of these with space is not necessary." |
| 1205 | :group 'flymake | 1205 | :group 'flymake |
| 1206 | :type '(list string symbol)) | 1206 | :type '(repeat (choice string symbol))) |
| 1207 | 1207 | ||
| 1208 | (defvar flymake-mode-line-title '(:eval (flymake--mode-line-title)) | 1208 | (defvar flymake-mode-line-title '(:eval (flymake--mode-line-title)) |
| 1209 | "Mode-line construct to show Flymake's mode name and menu.") | 1209 | "Mode-line construct to show Flymake's mode name and menu.") |