A few more changes based on Matthew's feedback.
Updated docs
This commit is contained in:
parent
e0e2708f4e
commit
28f693a976
|
@ -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].}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
|
@ -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)].}]
|
||||||
|
|
||||||
@; ----------------------------------------------------------------------
|
@; ----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user