From e1776a0d7f1d7ee93850d0f926a2aea446f90f3a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 10 Jan 2008 19:01:17 +0000 Subject: [PATCH] minor trace doc edits svn: r8278 --- collects/trace/scribblings/trace.scrbl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/collects/trace/scribblings/trace.scrbl b/collects/trace/scribblings/trace.scrbl index 76a5a529ac..bc90e40d43 100644 --- a/collects/trace/scribblings/trace.scrbl +++ b/collects/trace/scribblings/trace.scrbl @@ -29,9 +29,10 @@ into another module. Instead, the @schememodname[trace/calltrace] module is meant to be invoked from the top-level, so that it can install an evaluation handler, exception handler, etc. -To reuse parts of the code of @scheme[trace/calltrace], import +To reuse parts of the code of @schememodname[trace/calltrace], import @schememodname[trace/calltrace-lib]. It contains all of the bindings -described here, but it but does not set the @scheme[current-eval]. +described here, but it but does not set the @scheme[current-eval] +parameter. @; ----------------------------------------