*** guile.texi/api-control.texi 2014-01-21 16:10:04.000000000 -0500 --- modded-guile.texi/api-control.texi 2016-03-02 21:03:46.840159015 -0500 *************** *** 168,174 **** (@var{test} @var{expression} @dots{}) @end lisp ! where @var{test} and @var{expression} are arbitrary expression, or like this @lisp --- 168,174 ---- (@var{test} @var{expression} @dots{}) @end lisp ! where @var{test} and @var{expression} are arbitrary expressions, or like this @lisp *************** *** 178,184 **** where @var{expression} must evaluate to a procedure. The @var{test}s of the clauses are evaluated in order and as soon as one ! of them evaluates to a true values, the corresponding @var{expression}s are evaluated in order and the last value is returned as the value of the @code{cond}-expression. For the @code{=>} clause type, @var{expression} is evaluated and the resulting procedure is applied to --- 178,184 ---- where @var{expression} must evaluate to a procedure. The @var{test}s of the clauses are evaluated in order and as soon as one ! of them evaluates to a true value, the corresponding @var{expression}s are evaluated in order and the last value is returned as the value of the @code{cond}-expression. For the @code{=>} clause type, @var{expression} is evaluated and the resulting procedure is applied to *************** *** 893,899 **** @var{base}. Currently this creates a list and passes it to @code{scm_values}, but we ! expect that in the future we will be able to use more a efficient representation. @end deftypefn --- 893,899 ---- @var{base}. Currently this creates a list and passes it to @code{scm_values}, but we ! expect that in the future we will be able to use a more efficient representation. @end deftypefn