another errortrace doc correction

svn: r10507
This commit is contained in:
Matthew Flatt 2008-06-29 20:24:22 +00:00
parent f08063e7b2
commit 3900f3b714

View File

@ -305,15 +305,16 @@ Imports @scheme[stacktrace-imports^] and exports @scheme[stacktrace^].}
@defsignature[stacktrace^ ()]{ @defsignature[stacktrace^ ()]{
@deftogether[( @deftogether[(
@defproc[(annotate (stx syntax?) (trans? boolean?)) syntax?] @defproc[(annotate (stx syntax?) (phase-level exact-integer?)) syntax?]
@defproc[(annotate-top (stx syntax?) (trans? boolean?)) syntax?])]{ @defproc[(annotate-top (stx syntax?) (phase-level exact-integer?)) syntax?])]{
Annotate expressions with errortrace information. The Annotate expressions with errortrace information. The
@schemeout[annotate-top] function should be called with a top-level @schemeout[annotate-top] function should be called with a top-level
expression, and @schemeout[annotate] should be called with a nested expression, and @schemeout[annotate] should be called with a nested
expression (e.g., by @schemein[initialize-profile-point]). The expression (e.g., by @schemein[initialize-profile-point]). The
boolean argument indicates whether the expression is a transformer @scheme[phase-level] argument indicates the phase level of the
expression (@scheme[#t]) or a normal expression (@scheme[#f]).} expression, typically @scheme[(namespace-base-phase)] for a top-level
expression.}
@deftogether[( @deftogether[(
@defproc[(make-st-mark (syntax syntax?)) st-mark?] @defproc[(make-st-mark (syntax syntax?)) st-mark?]