clarify in docs that -i uses newline when the REPL ends

Merge to v6.0
(cherry picked from commit 996a2b2c49)
This commit is contained in:
Matthew Flatt 2013-11-26 16:21:34 -07:00 committed by Ryan Culpepper
parent d3990e3745
commit 39d5ec05c8

View File

@ -208,8 +208,9 @@ flags:
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
'init-file)]. For GRacket, supply the @Flag{z}/@DFlag{text-repl}
configuration option to use @racket[read-eval-print-loop]
'init-file)]. In the case of Racket, @racket[(read-eval-print-loop)]
is followed by @racket[(newline)]. For GRacket, supply the @Flag{z}/@DFlag{text-repl}
configuration option to use @racket[read-eval-print-loop] (and @racket[newline])
instead of @racket[graphical-read-eval-print-loop].}
@item{@FlagFirst{n} or @DFlagFirst{no-lib} : Skips requiring the