* lisp/progmodes/flymake.el (flymake-goto-next-error): Fix
message call. Add missing period in docstring.
skip any diagnostics with a severity less than ‘:warning’.
If ‘flymake-wrap-around’ is non-nil and no more next errors,
-resumes search from top
+resumes search from top.
FILTER is a list of diagnostic types found in
`flymake-diagnostic-types-alist', or nil, if no filter is to be
(goto-char (overlay-start target))
(when interactive
(message
+ "%s"
(funcall (overlay-get target 'help-echo)
nil nil (point)))))
(interactive