Fix: invalid format of help-echo for flymake.

This commit is contained in:
Vincent Zhang 2019-01-04 01:34:36 +08:00
parent e252c4420d
commit 9040e3c72c

View file

@ -1230,8 +1230,8 @@ wheel-up/wheel-down: Previous/next error"))
((null known) "No Checker")
(all-disabled "All Checkers Disabled")
(t (format "%d/%d backends running
mouse-1: Display minor mode menu
mouse-2: Show help for minor mode"
mouse-1: Display minor mode menu
mouse-2: Show help for minor mode"
(length running) (length known)))))
'mouse-face '(:box 1)
'local-map (let ((map (make-sparse-keymap)))