diff options
| -rw-r--r-- | lisp/progmodes/flymake.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 45f0adfeba1..4c4d6aef322 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el | |||
| @@ -795,7 +795,7 @@ Interactively, always move to the next error. With a prefix arg, | |||
| 795 | skip any diagnostics with a severity less than ‘:warning’. | 795 | skip any diagnostics with a severity less than ‘:warning’. |
| 796 | 796 | ||
| 797 | If ‘flymake-wrap-around’ is non-nil and no more next errors, | 797 | If ‘flymake-wrap-around’ is non-nil and no more next errors, |
| 798 | resumes search from top | 798 | resumes search from top. |
| 799 | 799 | ||
| 800 | FILTER is a list of diagnostic types found in | 800 | FILTER is a list of diagnostic types found in |
| 801 | `flymake-diagnostic-types-alist', or nil, if no filter is to be | 801 | `flymake-diagnostic-types-alist', or nil, if no filter is to be |
| @@ -835,6 +835,7 @@ applied." | |||
| 835 | (goto-char (overlay-start target)) | 835 | (goto-char (overlay-start target)) |
| 836 | (when interactive | 836 | (when interactive |
| 837 | (message | 837 | (message |
| 838 | "%s" | ||
| 838 | (funcall (overlay-get target 'help-echo) | 839 | (funcall (overlay-get target 'help-echo) |
| 839 | nil nil (point))))) | 840 | nil nil (point))))) |
| 840 | (interactive | 841 | (interactive |