mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
(let-keywords Reference): Typo, should be let-keywords* @deffnx.
This commit is contained in:
parent
20e0b1661a
commit
0ef5ee469d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue