mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix doc of let*-values
Thanks to Judy Hawkins for reporting this. * doc/ref/api-modules.texi (Included Guile Modules): Change `let-values*' to `let*-values'.
This commit is contained in:
parent
7457f712ea
commit
7496b0397a
2 changed files with 2 additions and 1 deletions
1
THANKS
1
THANKS
|
@ -50,6 +50,7 @@ For fixes or providing information which led to a fix:
|
|||
Roland Haeder
|
||||
Sven Hartrumpf
|
||||
Eric Hanchrow
|
||||
Judy Hawkins
|
||||
Sam Hocevar
|
||||
Patrick Horgan
|
||||
Ales Hvezda
|
||||
|
|
|
@ -758,7 +758,7 @@ Record definition with @code{define-record-type} (@pxref{SRFI-9}).
|
|||
Read hash extension @code{#,()} (@pxref{SRFI-10}).
|
||||
|
||||
@item (srfi srfi-11)
|
||||
Multiple-value handling with @code{let-values} and @code{let-values*}
|
||||
Multiple-value handling with @code{let-values} and @code{let*-values}
|
||||
(@pxref{SRFI-11}).
|
||||
|
||||
@item (srfi srfi-13)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue