fix doc bug (PR 9446)
svn: r10094
This commit is contained in:
parent
a7b17fa472
commit
b0dbe9c3a1
|
@ -235,7 +235,7 @@ error-display call is parameterized to install an emergency error
|
||||||
display handler that attempts to print directly to a console and never
|
display handler that attempts to print directly to a console and never
|
||||||
fails.}
|
fails.}
|
||||||
|
|
||||||
@defform[(with-handlers ((pred-expr handler-expr))
|
@defform[(with-handlers ([pred-expr handler-expr] ...)
|
||||||
body ...+)]{
|
body ...+)]{
|
||||||
|
|
||||||
Evaluates each @scheme[pred-expr] and and @scheme[handler-expr] in the
|
Evaluates each @scheme[pred-expr] and and @scheme[handler-expr] in the
|
||||||
|
@ -272,7 +272,7 @@ break). Beware, also, of catching and discarding exceptions, because
|
||||||
discarding an error message can make debugging unnecessarily
|
discarding an error message can make debugging unnecessarily
|
||||||
difficult.}
|
difficult.}
|
||||||
|
|
||||||
@defform[(with-handlers* ((pred-expr handler-expr))
|
@defform[(with-handlers* ([pred-expr handler-expr] ...)
|
||||||
body ...+)]{
|
body ...+)]{
|
||||||
|
|
||||||
Like @scheme[with-handlers], but if a @scheme[handler-expr] procedure
|
Like @scheme[with-handlers], but if a @scheme[handler-expr] procedure
|
||||||
|
|
Loading…
Reference in New Issue
Block a user