(let-keywords Reference): Typo, should be let-keywords* @deffnx.
authorKevin Ryde <user42@zip.com.au>
Tue, 7 Sep 2004 00:28:14 +0000 (00:28 +0000)
committerKevin Ryde <user42@zip.com.au>
Tue, 7 Sep 2004 00:28:14 +0000 (00:28 +0000)
doc/ref/api-procedures.texi

index 08ae7c2..42adb47 100644 (file)
@@ -209,7 +209,7 @@ position for binding local variables to argument values.
 and @code{let*} (@pxref{Local Bindings}).
 
 @deffn {library syntax} let-keywords rest-arg allow-other-keys? (binding @dots{})  expr @dots{}
-@deffnx {library syntax} let-keywords rest-arg allow-other-keys? (binding @dots{})  expr @dots{}
+@deffnx {library syntax} let-keywords* rest-arg allow-other-keys? (binding @dots{})  expr @dots{}
 These macros pick out keyword arguments from @var{rest-arg}, but do not
 modify it.  This is consistent at least with Common Lisp, which
 duplicates keyword arguments in the rest argument. More explanation of what