Mercurial > hg > xemacs-beta
diff lisp/cl-macs.el @ 5384:3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
See xemacs-patches message with ID
<AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 24 Mar 2011 11:00:11 -0600 |
parents | 919c77c567bb |
children | f9dc75bdbdc4 4dee0387b9de |
line wrap: on
line diff
--- a/lisp/cl-macs.el Thu Mar 24 06:22:25 2011 +0000 +++ b/lisp/cl-macs.el Thu Mar 24 11:00:11 2011 -0600 @@ -828,7 +828,7 @@ `return-from'.) Another extremely useful feature of loops is called \"destructuring\". If, -in place of VAR, a list (possibly dotted, possibly a tree of arbitary +in place of VAR, a list (possibly dotted, possibly a tree of arbitrary complexity) is given, the value to be assigned is assumed to have a similar structure to the list given, and variables in the list will be matched up with corresponding elements in the structure. For example: