rackety misc docs

original commit: eb15dceb3454ac9733752dd21f7bd86d11111a5e
This commit is contained in:
Matthew Flatt 2010-05-07 09:13:51 -06:00
parent fc3197d73f
commit 96f8dfdd6b

View File

@ -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]. }