diff --git a/pkgs/racket-doc/scribblings/raco/config.scrbl b/pkgs/racket-doc/scribblings/raco/config.scrbl index fef2e22ea0..4be805c66e 100644 --- a/pkgs/racket-doc/scribblings/raco/config.scrbl +++ b/pkgs/racket-doc/scribblings/raco/config.scrbl @@ -179,10 +179,11 @@ directory}: @racket[find-config-tethered-gui-bin-dir].} @item{@indexed-racket['interactive-file] and - @indexed-racket['gui-interactive-file] --- a path to the interactive module - that runs when the REPL runs on startup, unless the + @indexed-racket['gui-interactive-file] --- a module path + to the interactive module that runs when the REPL + runs on startup, unless the @Flag{q}/@DFlag{no-init-file} is provided. Defaults to - @racketmodname[racket/interactive] and - @racketmodname[racket/gui/interactive].} + @racket['racket/interactive] and + @racket['racket/gui/interactive].} ] diff --git a/pkgs/racket-doc/scribblings/reference/startup.scrbl b/pkgs/racket-doc/scribblings/reference/startup.scrbl index bc129df689..a89ed038fc 100644 --- a/pkgs/racket-doc/scribblings/reference/startup.scrbl +++ b/pkgs/racket-doc/scribblings/reference/startup.scrbl @@ -103,7 +103,7 @@ specified. Requiring @racketmodname[racket/gui/base] sets this parameter call @racket[(racket 'yield)]. @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)].}] @; ----------------------------------------------------------------------