diff man/lispref/variables.texi @ 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 effcad8baac1
children 755ae5b97edb
line wrap: on
line diff
--- 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