# HG changeset patch # User Aidan Kehoe # Date 1217064804 -7200 # Node ID 57db42ba54fb4387126a494cd4c4e9d59ab85513 # Parent d6e2e2e819d7979ff9f812490694f928eef7e2a9 Correct a misspelling and add a space, lispref/variables.texi 2008-07-26 Aidan Kehoe * lispref/variables.texi (Extent): Correct a misspelling of macros, add a needed space. Thank you John Paul Wallington, thank you Stephen Turnbull. diff -r d6e2e2e819d7 -r 57db42ba54fb man/ChangeLog --- 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 + + * 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 * lispref/objects.texi (Equality Predicates): diff -r d6e2e2e819d7 -r 57db42ba54fb man/lispref/variables.texi --- 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