Moved racket/gui/init and racket/gui/interactive to the gui-lib
This commit is contained in:
parent
28f693a976
commit
c65ad1efad
|
@ -11,12 +11,6 @@
|
|||
@racketmodname[racket/help] libraries, and it sets
|
||||
@racket[current-print] to use @racket[pretty-print].}
|
||||
|
||||
@defmodule*/no-declare[(racket/gui/init)]{The
|
||||
@racketmodname[racket/gui/init] library is the default start-up
|
||||
library for GRacket. It re-exports the @racketmodname[racket/init] and
|
||||
@racketmodname[racket/gui/base] libraries, and it sets
|
||||
@racket[current-load] to use @racket[text-editor-load-handler].}
|
||||
|
||||
@defmodule*/no-declare[(racket/interactive)]{
|
||||
The @racketmodname[racket/interactive] is the default start
|
||||
up library when the REPL begins. It is not run if the
|
||||
|
@ -35,20 +29,6 @@ library for GRacket. It re-exports the @racketmodname[racket/init] and
|
|||
|
||||
@history[#:added "6.7"]}
|
||||
|
||||
@defmodule*/no-declare[(racket/gui/interactive)]{
|
||||
Similar to @racketmodname[racket/gui/interactive], but for
|
||||
GRacket. This library can be changed by modifying
|
||||
@racket['gui-interactive-file] in the @filepath{config.rktd}
|
||||
file in @racket[(find-config-dir)].
|
||||
|
||||
This library runs the
|
||||
@racket[(find-graphical-system-path 'init-file)] file in
|
||||
the users home directory if it exists, rather than their
|
||||
@racket[(find-system-path 'init-file)]. Unlike
|
||||
@racketmodname[racket/interactive], this library does not
|
||||
start @racketmodname[xrepl].
|
||||
|
||||
@history[#:added "6.7"]}
|
||||
|
||||
@defmodule*/no-declare[(racket/language-info)]{The
|
||||
@racketmodname[racket/language-info] library provides a
|
||||
|
|
Loading…
Reference in New Issue
Block a user