From 389fc6f6dbae322fcabb08b5c76da5605a4753cd Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 24 Jan 2011 19:28:50 -0700 Subject: [PATCH] change `gracket -z' to just use `read-eval-print-loop' instead of `textual-read-eval-print-loop' original commit: 5e3dbbc3f8c89776143ce71db07bbc991141a49a --- collects/scribblings/gui/miscwin-funcs.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/gui/miscwin-funcs.scrbl b/collects/scribblings/gui/miscwin-funcs.scrbl index 99c4335e..3e35e208 100644 --- a/collects/scribblings/gui/miscwin-funcs.scrbl +++ b/collects/scribblings/gui/miscwin-funcs.scrbl @@ -182,7 +182,7 @@ The keymap for the read-eval-print loop's editor is initialized by @defproc[(textual-read-eval-print-loop) void?]{ Similar to @racket[read-eval-print-loop], except that evaluation uses - a newly created eventspace. + a newly created eventspace like @racket[graphical-read-eval-print-loop]. The @racket[current-prompt-read] parameter is used in the current thread to read input. The result is queued for evaluation and