diff options
author | Kevin Ryde <user42@zip.com.au> | 2004-09-07 00:28:14 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2004-09-07 00:28:14 +0000 |
commit | 0ef5ee469dab9b37b1246c83f8f3d44f989da50e (patch) | |
tree | 5552b23046227759316b2c9e65cea9f4a957219c /doc/ref/api-procedures.texi | |
parent | 20e0b1661a995fa6354d022116b9cc12f4516a50 (diff) | |
download | guile-0ef5ee469dab9b37b1246c83f8f3d44f989da50e.tar.gz |
(let-keywords Reference): Typo, should be let-keywords* @deffnx.
Diffstat (limited to 'doc/ref/api-procedures.texi')
-rw-r--r-- | doc/ref/api-procedures.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |