]> git.eshelyaron.com Git - emacs.git/commitdiff
Update.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 12 May 2009 12:28:40 +0000 (12:28 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 12 May 2009 12:28:40 +0000 (12:28 +0000)
lisp/emacs-lisp/cl-loaddefs.el

index 165ba84531ccf48a601d996cc6be8c55269663a2..8812ce1c11ba941ce711c4a8b78c0be7293bb66a 100644 (file)
@@ -282,7 +282,7 @@ Not documented
 ;;;;;;  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 @@ lexical closures as in Common Lisp.
 
 (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))