From c65ad1efadc8b8b5656af68ea14740897df68b05 Mon Sep 17 00:00:00 2001 From: Leif Andersen Date: Tue, 26 Jul 2016 10:13:36 -0400 Subject: [PATCH] Moved racket/gui/init and racket/gui/interactive to the gui-lib --- .../scribblings/reference/init.scrbl | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/init.scrbl b/pkgs/racket-doc/scribblings/reference/init.scrbl index 38a8e8a023..134d5c62f6 100644 --- a/pkgs/racket-doc/scribblings/reference/init.scrbl +++ b/pkgs/racket-doc/scribblings/reference/init.scrbl @@ -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