*** api-control.texi.new 2010-09-03 23:09:44.671311883 +0200 --- guile-bf08e10/doc/ref/api-control.texi 2010-09-03 16:23:02.000000000 +0200 *************** *** 488,495 **** @deffn {Scheme Procedure} call-with-current-continuation proc @deffnx {Scheme Procedure} call/cc proc @rnindex call-with-current-continuation ! Capture the current continuation and call @code{(@var{cont} @var{proc})} ! with it. The return value is the value returned by @var{proc}, or when @code{(@var{cont} @var{value})} is later invoked, the return is the @var{value} passed. --- 488,495 ---- @deffn {Scheme Procedure} call-with-current-continuation proc @deffnx {Scheme Procedure} call/cc proc @rnindex call-with-current-continuation ! Capture the current continuation and call @code{(@var{proc} ! @var{cont})} with it. The return value is the value returned by @var{proc}, or when @code{(@var{cont} @var{value})} is later invoked, the return is the @var{value} passed.