return

return is an alias for `cl-return' in `cl.el'.

(return &optional RESULT)

Return from the block named nil.
This is equivalent to `(cl-return-from nil RESULT)'.