X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fcl-macs.el;h=db305754ae630ca7af2c065454527dc09d046603;hb=ae726389a320379b8fb4b8956ffb2765f41184b4;hp=b35f74f38e56b67160c76024ba5d1b0e03327748;hpb=77dcef404dc78635f6ffa8f71a803d2bc7cc8921;p=chise%2Fxemacs-chise.git diff --git a/lisp/cl-macs.el b/lisp/cl-macs.el index b35f74f..db30575 100644 --- a/lisp/cl-macs.el +++ b/lisp/cl-macs.el @@ -572,7 +572,7 @@ This is equivalent to `(return-from nil RESULT)'." ;;;###autoload (defmacro return-from (name &optional res) "(return-from NAME [RESULT]): return from the block named NAME. -This jump out to the innermost enclosing `(block NAME ...)' form, +This jumps out to the innermost enclosing `(block NAME ...)' form, returning RESULT from that form (or nil if RESULT is omitted). This is compatible with Common Lisp, but note that `defun' and `defmacro' do not create implicit blocks as they do in Common Lisp."