Issue423

classification
Title [Bug: 21.5-b28] typo "macroes" in lispref/variables.texi
Type defect Module core documentation
Severity inconvenience Platform N/A
Keywords Nosy List jpw
explanation
process
These controls should only be changed by committers and tracker administrators.
Status new   Reason
Superseder   Submitted 2008-07-20.23:31:53
Priority cosmetic   Assigned To

Created on 2008-11-29.06:22:39 by jpw, last changed 2013-10-21.14:49:53 by FKtPp.

Messages
msg867 [hidden] ([hidden]) Date: 2008-11-29.06:22:39
  Message-ID: <uy73wnndi.fsf@FILTH.SHOOTYBANGBANG.COM>
Hullo.  Just noticed the typo "macroes":

diff -u "c:/src/xemacs-21.5/man/lispref/variables.texi~" "c:/src/xemacs-21.5/man/lispref/variables.texi"
--- c:/src/xemacs-21.5/man/lispref/variables.texi~	Wed Jul 09 23:38:18 2008
+++ c:/src/xemacs-21.5/man/lispref/variables.texi	Mon Jul 21 00:15:32 2008
@@ -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

Diff finished.  Mon Jul 21 00:15:44 2008

_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta at xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
History
Date User Action Args
2013-10-21 14:49:53FKtPpsetstatus: new
2009-02-26 22:41:58mike.kupfersetpriority: cosmetic
platform: + N/A
type: defect
severity: inconvenience
module: + core documentation
2008-11-29 06:22:39jpwcreate