diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2011-02-10 19:26:43 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2011-02-10 19:26:43 +0100 |
commit | 43e9202446ae7e637ee1c36994717a48e08e07d1 (patch) | |
tree | ce2e0fb964d412b3a04ff5c85de95bb314a31358 /lisp/emacs-lisp | |
parent | 16b737dc09bfb9cce1f3b0f8e51ace7d6f4e651a (diff) | |
download | emacs-43e9202446ae7e637ee1c36994717a48e08e07d1.tar.gz emacs-43e9202446ae7e637ee1c36994717a48e08e07d1.tar.bz2 emacs-43e9202446ae7e637ee1c36994717a48e08e07d1.zip |
Update cl-loaddefs.el again
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/cl-loaddefs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el index badfdcc70b6..835d26ed585 100644 --- a/lisp/emacs-lisp/cl-loaddefs.el +++ b/lisp/emacs-lisp/cl-loaddefs.el @@ -282,7 +282,7 @@ Not documented ;;;;;; flet progv psetq do-all-symbols do-symbols dotimes dolist ;;;;;; do* do loop return-from return block etypecase typecase ecase ;;;;;; case load-time-value eval-when destructuring-bind function* -;;;;;; defmacro* defun* gentemp gensym) "cl-macs" "cl-macs.el" "fd4df570f1dcbf83cde740819ae3734a") +;;;;;; defmacro* defun* gentemp gensym) "cl-macs" "cl-macs.el" "75e86ac663887b54bf1778f2dd028463") ;;; Generated autoloads from cl-macs.el (autoload 'gensym "cl-macs" "\ @@ -389,7 +389,7 @@ This is equivalent to `(return-from nil RESULT)'. (autoload 'return-from "cl-macs" "\ 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. |