mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-07 18:30:25 +02:00
Spell "library" correctly.
This commit is contained in:
parent
8148764973
commit
84bb30ab87
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ elements. @code{let-optional} binds all variables simultaneously, while
|
||||||
@code{let-optional*} binds them sequentially, consistent with @code{let}
|
@code{let-optional*} binds them sequentially, consistent with @code{let}
|
||||||
and @code{let*} (@pxref{Local Bindings}).
|
and @code{let*} (@pxref{Local Bindings}).
|
||||||
|
|
||||||
@deffn {libary syntax} let-optional rest-arg (binding @dots{}) expr @dots{}
|
@deffn {library syntax} let-optional rest-arg (binding @dots{}) expr @dots{}
|
||||||
@deffnx {library syntax} let-optional* rest-arg (binding @dots{}) expr @dots{}
|
@deffnx {library syntax} let-optional* rest-arg (binding @dots{}) expr @dots{}
|
||||||
These two macros give you an optional argument interface that is very
|
These two macros give you an optional argument interface that is very
|
||||||
@dfn{Schemey} and introduces no fancy syntax. They are compatible with
|
@dfn{Schemey} and introduces no fancy syntax. They are compatible with
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue