Mark H Weaver <m...@netris.org> writes: > Arun Isaac <arunis...@systemreboot.net> writes: >> +@deffn {Scheme Syntax} match-lambda exp clause1 clause2 @dots{} >> +Create a procedure of one argument that matches its argument against >> +each clause. > > How about adding "and evaluates the corresponding expressions" or > something like that?
It occurs to me that we should also document the return value. How about adding "and returns the result(s) of evaluating the corresponding expressions"? Mark