From e20b411712a894e446501a8d4f844ced30b0c167 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 27 Nov 2010 18:54:32 -0700 Subject: [PATCH] explain gracket a bit better in the Guide --- collects/scribblings/guide/running.scrbl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/collects/scribblings/guide/running.scrbl b/collects/scribblings/guide/running.scrbl index 7310ac79b9..10f34c3151 100644 --- a/collects/scribblings/guide/running.scrbl +++ b/collects/scribblings/guide/running.scrbl @@ -18,6 +18,12 @@ explains how to run @exec{racket} and @exec{gracket}. @section[#:tag "racket"]{Running @exec{racket} and @exec{gracket}} +The @exec{gracket} executable is the same as @exec{racket}, but with +small adjustments to behave as a GUI application rather than a console +application. For example, @exec{gracket} by default runs in +interactive mode with a GUI window instead of a console prompt. GUI +applications can be run with plain @exec{racket}, however. + Depending on command-line arguments, @exec{racket} or @exec{gracket} runs in @seclink["start-interactive-mode"]{interactive mode}, @seclink["start-module-mode"]{module mode}, or