* lisp/emacs-lisp/cl-macs.el (return-from): Fix doc typo.
This commit is contained in:
parent
a41c866068
commit
a60287ff99
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-02-05 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs-lisp/cl-macs.el (return-from): Fix doc typo.
|
||||
|
||||
2011-02-04 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* calendar/diary-lib.el (diary-font-lock-keywords):
|
||||
|
|
|
@ -622,7 +622,7 @@ This is equivalent to `(return-from nil RESULT)'."
|
|||
;;;###autoload
|
||||
(defmacro return-from (name &optional 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."
|
||||
|
|
Loading…
Add table
Reference in a new issue