From a79080e7edb8af618a9d099fc30fd546d2259bf9 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 20 Feb 2012 07:34:14 -0700 Subject: [PATCH] improve docs to match improved "-h" output --- collects/scribblings/reference/startup.scrbl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/reference/startup.scrbl b/collects/scribblings/reference/startup.scrbl index c35cf88c4d..69035f129b 100644 --- a/collects/scribblings/reference/startup.scrbl +++ b/collects/scribblings/reference/startup.scrbl @@ -197,7 +197,7 @@ flags: @itemize[ - @item{@FlagFirst{i} or @DFlagFirst{repl} : Runs interactive read-eval-print + @item{@FlagFirst{i} or @DFlagFirst{repl} : Runs an interactive read-eval-print loop, using either @racket[read-eval-print-loop] (Racket) or @racket[graphical-read-eval-print-loop] (GRacket) after showing @racket[(banner)] and loading @racket[(find-system-path @@ -242,7 +242,9 @@ flags: @item{@FlagFirst{I} @nonterm{path} : Sets @racket[(lib @#,nontermstr{path})] as the path to @racket[require] to initialize - the namespace, unless namespace initialization is disabled.} + the namespace, unless namespace initialization is disabled. Using + this flag can effectively set the language for the read-eval-print + loop and other top-level evaluation.} @item{@FlagFirst{X} @nonterm{dir} or @DFlagFirst{collects} @nonterm{dir} : Sets @nonterm{dir} as the path to the main