GNU Emacs Lisp Reference Manual
Some examples signal errors. This normally displays an error message
in the echo area. We show the error message on a line starting with
error-->. Note that error--> itself does not appear in
the echo area.
(+ 23 'x) error--> Wrong type argument: integer-or-marker-p, x