bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 96f8dfdd6be6e2604e366a1d998b01611a3a0ae4
parent fc3197d73f8556a8ae5d8a8efea8babcca365dd0
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Fri,  7 May 2010 09:13:51 -0600

rackety misc docs

original commit: eb15dceb3454ac9733752dd21f7bd86d11111a5e

Diffstat:
Mcollects/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 @@ -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]. }