diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-03-01 17:52:03 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-03-01 17:52:03 -0800 |
commit | ba46f4d85a6938273f52a8cdf7e09d9afee61d7f (patch) | |
tree | 606ec46b703532d463ccddf287f0053430eb1f4a /lisp/emacs-lisp/cl-macs.el | |
parent | d9d0d182da35312ed0d7a9859b9c6a03994d86d8 (diff) | |
parent | 0dc3e4109e0c41bbf5fdcae0ff1156162719693e (diff) | |
download | emacs-ba46f4d85a6938273f52a8cdf7e09d9afee61d7f.tar.gz emacs-ba46f4d85a6938273f52a8cdf7e09d9afee61d7f.tar.bz2 emacs-ba46f4d85a6938273f52a8cdf7e09d9afee61d7f.zip |
Merge from mainline.
Diffstat (limited to 'lisp/emacs-lisp/cl-macs.el')
-rw-r--r-- | lisp/emacs-lisp/cl-macs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 80e95724f1f..c57d37703b0 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -1470,7 +1470,7 @@ lexical closures as in Common Lisp. (defmacro lexical-let* (bindings &rest body) "Like `let*', but lexically scoped. The main visible difference is that lambdas inside BODY, and in -successive bindings within BINDINGS, will create lexical closures +successive bindings within VARLIST, will create lexical closures as in Common Lisp. This is similar to the behavior of `let*' in Common Lisp. \n(fn VARLIST BODY)" |