Function: return
return is a for cl-return, defined in cl-macs.el.gz.
This macro is obsolete since 27.1; use cl-return instead.
Signature
(return &optional RESULT)
Documentation
Return from the block named nil.
This is equivalent to (cl-return-from nil RESULT).
Probably introduced at or before Emacs version 1.1.
Aliases
return (obsolete since 27.1)