]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/cl-macs.el
* simple.el (shell-command-to-string): Use `process-file'.
[gnu-emacs] / lisp / emacs-lisp / cl-macs.el
index 80e95724f1fb1fb51920b0b583b95509c9beff27..c57d37703b024091ffa76d4b8306f601b9efd120 100644 (file)
@@ -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)"