From 96f8dfdd6be6e2604e366a1d998b01611a3a0ae4 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 7 May 2010 09:13:51 -0600 Subject: [PATCH] rackety misc docs original commit: eb15dceb3454ac9733752dd21f7bd86d11111a5e --- collects/scriblib/scribblings/gui-eval.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scriblib/scribblings/gui-eval.scrbl b/collects/scriblib/scribblings/gui-eval.scrbl index 84d1e06e..f6a86f80 100644 --- a/collects/scriblib/scribblings/gui-eval.scrbl +++ b/collects/scriblib/scribblings/gui-eval.scrbl @@ -7,7 +7,7 @@ @schememodname[scriblib/gui-eval] library support example evaluations with results that are @schememodname[slideshow] picts.} -The trick is that @schememodname[scheme/gui] is not generally +The trick is that @schememodname[racket/gui] is not generally available when rendering documentation, because it requires a GUI context. The picture output is rendered to an image file when the @envvar{MREVAL} environment variable is set, so run the enclosing @@ -27,5 +27,5 @@ generated image. Like @scheme[interaction], etc., but actually evaluating the forms only when the @envvar{MREVAL} environment variable is set, and then in -an evaluator that is initialized with @schememodname[scheme/gui/base] +an evaluator that is initialized with @schememodname[racket/gui/base] and @schememodname[slideshow]. }