fix doc typo
Closes PR 13483
This commit is contained in:
parent
1995b2ffd5
commit
573924e3ac
|
@ -220,7 +220,7 @@ default. Call @cpp{scheme_set_can_break} (which is the same as calling
|
||||||
the Racket function @racket[break-enabled]) to enable or disable
|
the Racket function @racket[break-enabled]) to enable or disable
|
||||||
breaks. To enable or disable breaks during the dynamic extent of
|
breaks. To enable or disable breaks during the dynamic extent of
|
||||||
another evaluation (where you would use
|
another evaluation (where you would use
|
||||||
@racket[with-break-parameterization] in Racket), use
|
@racket[call-with-break-parameterization] in Racket), use
|
||||||
@cppi{scheme_push_break_enable} before and
|
@cppi{scheme_push_break_enable} before and
|
||||||
@cppi{scheme_pop_break_enable} after, instead.
|
@cppi{scheme_pop_break_enable} after, instead.
|
||||||
|
|
||||||
|
@ -523,7 +523,7 @@ calling @racket[break-enabled].}
|
||||||
|
|
||||||
Use this function with @cpp{scheme_pop_break_enable} to enable or
|
Use this function with @cpp{scheme_pop_break_enable} to enable or
|
||||||
disable breaks in the same way as
|
disable breaks in the same way as
|
||||||
@racket[with-break-parameterization]; this function writes to
|
@racket[call-with-break-parameterization]; this function writes to
|
||||||
@var{cframe} to initialize it, and @cpp{scheme_pop_break_enable} reads
|
@var{cframe} to initialize it, and @cpp{scheme_pop_break_enable} reads
|
||||||
from @var{cframe}. If @var{pre_check} is non-zero and breaks are
|
from @var{cframe}. If @var{pre_check} is non-zero and breaks are
|
||||||
currently enabled, any pending break exception is raised.}
|
currently enabled, any pending break exception is raised.}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user