From: Thien-Thi Nguyen Date: Wed, 14 Nov 2001 18:24:44 +0000 (+0000) Subject: Spell "library" correctly. X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/9c4dd6f420ddf1651b6960def38050f294e2e0dc Spell "library" correctly. --- diff --git a/doc/ref/scheme-procedures.texi b/doc/ref/scheme-procedures.texi index 194d2dd99..4a4830358 100644 --- a/doc/ref/scheme-procedures.texi +++ b/doc/ref/scheme-procedures.texi @@ -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