Mercurial > hg > xemacs-beta
changeset 4485:57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
2008-07-26 Aidan Kehoe <kehoea@parhasard.net>
* lispref/variables.texi (Extent):
Correct a misspelling of macros, add a needed space. Thank you
John Paul Wallington, thank you Stephen Turnbull.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 26 Jul 2008 11:33:24 +0200 |
parents | d6e2e2e819d7 |
children | f9104f0e9b91 |
files | man/ChangeLog man/lispref/variables.texi |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/man/ChangeLog Sat Jul 26 09:52:06 2008 +0200 +++ b/man/ChangeLog Sat Jul 26 11:33:24 2008 +0200 @@ -1,3 +1,9 @@ +2008-07-26 Aidan Kehoe <kehoea@parhasard.net> + + * lispref/variables.texi (Extent): + Correct a misspelling of macros, add a needed space. Thank you + John Paul Wallington, thank you Stephen Turnbull. + 2008-05-29 Aidan Kehoe <kehoea@parhasard.net> * lispref/objects.texi (Equality Predicates):
--- a/man/lispref/variables.texi Sat Jul 26 09:52:06 2008 +0200 +++ b/man/lispref/variables.texi Sat Jul 26 11:33:24 2008 +0200 @@ -895,7 +895,7 @@ @cindex closures not available Some Lisp dialects have ``closures'', objects that are like functions but record additional variable bindings. Closures are available in -XEmacs Lisp using the @code{lexical-let} and @code{lexical-let*}macroes, +XEmacs Lisp using the @code{lexical-let} and @code{lexical-let*} macros, which are autoloaded from @file{cl-macs}. @xref{(cl)Lexical Bindings}. Note that function arguments cannot be closed around using these macros, and that any lambda expressions returned will not be