slight clarification on 'with-handlers*'

svn: r10406
This commit is contained in:
Matthew Flatt 2008-06-21 13:13:45 +00:00
parent e60a2cddee
commit 8b68ced640

View File

@ -276,8 +276,8 @@ difficult.}
body ...+)]{
Like @scheme[with-handlers], but if a @scheme[handler-expr] procedure
is called, breaks are not explicitly disabled, and the call is in tail
position with respect to the @scheme[with-handlers*] form.}
is called, breaks are not explicitly disabled, and the handler call is
in tail position with respect to the @scheme[with-handlers*] form.}
@;------------------------------------------------------------------------
@section{Configuring Default Handling}