1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-07 08:40:21 +02:00

Spell "library" correctly.

This commit is contained in:
Thien-Thi Nguyen 2001-11-14 18:26:26 +00:00
parent 8148764973
commit 84bb30ab87

View file

@ -126,7 +126,7 @@ elements. @code{let-optional} binds all variables simultaneously, while
@code{let-optional*} binds them sequentially, consistent with @code{let}
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{}
These two macros give you an optional argument interface that is very
@dfn{Schemey} and introduces no fancy syntax. They are compatible with