A few more changes based on Matthew's feedback.

Updated docs
This commit is contained in:
Leif Andersen 2016-07-26 09:15:02 -04:00
parent e0e2708f4e
commit 28f693a976
2 changed files with 6 additions and 5 deletions

View File

@ -179,10 +179,11 @@ directory}:
@racket[find-config-tethered-gui-bin-dir].} @racket[find-config-tethered-gui-bin-dir].}
@item{@indexed-racket['interactive-file] and @item{@indexed-racket['interactive-file] and
@indexed-racket['gui-interactive-file] --- a path to the interactive module @indexed-racket['gui-interactive-file] --- a module path
that runs when the REPL runs on startup, unless the to the interactive module that runs when the REPL
runs on startup, unless the
@Flag{q}/@DFlag{no-init-file} is provided. Defaults to @Flag{q}/@DFlag{no-init-file} is provided. Defaults to
@racketmodname[racket/interactive] and @racket['racket/interactive] and
@racketmodname[racket/gui/interactive].} @racket['racket/gui/interactive].}
] ]

View File

@ -103,7 +103,7 @@ specified. Requiring @racketmodname[racket/gui/base] sets this parameter call
@racket[(racket 'yield)]. @racket[(racket 'yield)].
@history[#:changed "6.7" @elem{Run @racketmodname[racket/interactive] file @history[#:changed "6.7" @elem{Run @racketmodname[racket/interactive] file
rather than directly running @racket[(find-system-path 'init-file)]}] rather than directly running @racket[(find-system-path 'init-file)].}]
@; ---------------------------------------------------------------------- @; ----------------------------------------------------------------------