From 8b68ced64002559403c90576071167a2027ceee1 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 21 Jun 2008 13:13:45 +0000 Subject: [PATCH] slight clarification on 'with-handlers*' svn: r10406 --- collects/scribblings/reference/exns.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/reference/exns.scrbl b/collects/scribblings/reference/exns.scrbl index f122c3d053..ab81a6dbd5 100644 --- a/collects/scribblings/reference/exns.scrbl +++ b/collects/scribblings/reference/exns.scrbl @@ -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}