This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

kawa.texi patch


A trivial kawa.texi patch.

Regards,
Chris Dean

Index: doc/kawa.texi
===================================================================
RCS file: /cvs/kawa/kawa/doc/kawa.texi,v
retrieving revision 1.129
diff -u -r1.129 kawa.texi
--- doc/kawa.texi	18 Apr 2003 23:50:15 -0000	1.129
+++ doc/kawa.texi	12 May 2003 23:24:33 -0000
@@ -1234,7 +1234,7 @@
 "tail body", cf section 3.5 of the R5RS.
 
 The matching of each @var{formals} to values is as for the matching of
-@var{formals} to arguments in a @code{ambda} expression, and it is an
+@var{formals} to arguments in a @code{lambda} expression, and it is an
 error for an @var{expression} to return a number of values that does not
 match its corresponding @var{formals}.
 @example
@@ -1512,7 +1512,7 @@
 @end display
 @display
 @var{req-opt-args} ::= @var{req-arg} ... [#!optional @var{opt-arg} ...]
-@var{rest-key-args} ::= [#!rest @var{rest-arg}] [#key @var{key-arg} ...]
+@var{rest-key-args} ::= [#!rest @var{rest-arg}] [#!key @var{key-arg} ...]
 @var{req-arg} ::= @var{variable} [:: @var{type}] | (@var{variable} [[::] @var{type}] )
 @var{opt-arg} ::= @var{arg-with-default}
 @var{key-arg} ::=  @var{arg-with-default}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]