Spell "library" correctly.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 14 Nov 2001 18:24:44 +0000 (18:24 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 14 Nov 2001 18:24:44 +0000 (18:24 +0000)
doc/ref/scheme-procedures.texi

index 194d2dd..4a48303 100644 (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