Fix flymake-goto-next-error when message has %-constructs
* lisp/progmodes/flymake.el (flymake-goto-next-error): Fix message call. Add missing period in docstring.
This commit is contained in:
parent
0fa353b504
commit
349e0eb5ff
1 changed files with 2 additions and 1 deletions
|
@ -795,7 +795,7 @@ Interactively, always move to the next error. With a prefix arg,
|
||||||
skip any diagnostics with a severity less than ‘:warning’.
|
skip any diagnostics with a severity less than ‘:warning’.
|
||||||
|
|
||||||
If ‘flymake-wrap-around’ is non-nil and no more next errors,
|
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
|
FILTER is a list of diagnostic types found in
|
||||||
`flymake-diagnostic-types-alist', or nil, if no filter is to be
|
`flymake-diagnostic-types-alist', or nil, if no filter is to be
|
||||||
|
@ -835,6 +835,7 @@ applied."
|
||||||
(goto-char (overlay-start target))
|
(goto-char (overlay-start target))
|
||||||
(when interactive
|
(when interactive
|
||||||
(message
|
(message
|
||||||
|
"%s"
|
||||||
(funcall (overlay-get target 'help-echo)
|
(funcall (overlay-get target 'help-echo)
|
||||||
nil nil (point)))))
|
nil nil (point)))))
|
||||||
(interactive
|
(interactive
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue