warn
warn is an autoloaded compiled Lisp function in `warnings.el
'.
(warn MESSAGE &rest ARGS)
Display a warning message made from (format MESSAGE ARGS...).
Aside from generating the message with `format',
this is equivalent to `display-warning', using
`emacs' as the type and `:warning' as the level.