# HG changeset patch # User Juanma Barranquero # Date 1242131320 0 # Node ID 1f6f69dc0ba04c40fea6cd7b4bbada42ca103146 # Parent 406d47634d58f0bb13c891012ac0ec07fd9fd62a Update. diff -r 406d47634d58 -r 1f6f69dc0ba0 lisp/emacs-lisp/cl-loaddefs.el --- a/lisp/emacs-lisp/cl-loaddefs.el Tue May 12 04:16:56 2009 +0000 +++ b/lisp/emacs-lisp/cl-loaddefs.el Tue May 12 12:28:40 2009 +0000 @@ -282,7 +282,7 @@ ;;;;;; 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" "5eed0057bf35ca41a5e133d1ec6204d0") +;;;;;; gensym) "cl-macs" "cl-macs.el" "9e787a584117a8d43201f1aa619fcfb7") ;;; Generated autoloads from cl-macs.el (autoload 'gensym "cl-macs" "\ @@ -504,8 +504,10 @@ (autoload 'lexical-let* "cl-macs" "\ Like `let*', but lexically scoped. -The main visible difference is that lambdas inside BODY will create -lexical closures as in Common Lisp. +The main visible difference is that lambdas inside BODY, and in +successive bindings within BINDINGS, will create lexical closures +as in Common Lisp. This is similar to the behavior of `let*' in +Common Lisp. \(fn VARLIST BODY)" nil (quote macro))