From 0ef5ee469dab9b37b1246c83f8f3d44f989da50e Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Tue, 7 Sep 2004 00:28:14 +0000 Subject: [PATCH] (let-keywords Reference): Typo, should be let-keywords* @deffnx. --- doc/ref/api-procedures.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-procedures.texi b/doc/ref/api-procedures.texi index 08ae7c2c5..42adb47b9 100644 --- a/doc/ref/api-procedures.texi +++ b/doc/ref/api-procedures.texi @@ -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