Function: flymake-display-warning
flymake-display-warning is a function alias for message-box, defined
in editfns.c.
This function is obsolete since 26.1; use message-box instead.
Signature
(flymake-display-warning FORMAT-STRING &rest ARGS)
Documentation
Display a message, in a dialog box if possible.
If a dialog box is not available, use the echo area.
The first argument is a format control string, and the rest are data
to be formatted under control of the string. See format-message for
details.
If the first argument is nil or the empty string, clear any existing message; let the minibuffer contents show.
Aliases
flymake-display-warning (obsolete since 26.1)