Update docs for racket/init
This commit is contained in:
parent
6c0dfa7053
commit
02fa5e06b2
|
@ -1,13 +1,18 @@
|
||||||
#lang scribble/doc
|
#lang scribble/doc
|
||||||
@(require "mz.rkt" (for-label racket/pretty racket/gui/base))
|
@(require "mz.rkt"
|
||||||
|
(for-label racket/pretty racket/gui/base))
|
||||||
|
|
||||||
@title{Init Libraries}
|
@title{Init Libraries}
|
||||||
|
|
||||||
@defmodule*/no-declare[(racket/init)]{The @racketmodname[racket/init]
|
@defmodule*/no-declare[(racket/init)]{The
|
||||||
library is the default start-up library for Racket. It re-exports
|
@racketmodname[racket/init] library is the default start-up
|
||||||
the @racketmodname[racket], @racketmodname[racket/enter] and
|
library for Racket. It re-exports the
|
||||||
@racketmodname[racket/help] libraries, and it sets
|
@racketmodname[racket], @racketmodname[racket/enter] and
|
||||||
@racket[current-print] to use @racket[pretty-print].}
|
@racketmodname[racket/help] libraries, and it sets
|
||||||
|
@racket[current-print] to use @racket[pretty-print].
|
||||||
|
Additionally, if the @racket[xrepl] collection is present,
|
||||||
|
it requires @racket[xrepl].
|
||||||
|
@history[#:changed"6.7" "Use XREPL by default if it is installed."]}
|
||||||
|
|
||||||
@defmodule*/no-declare[(racket/gui/init)]{The
|
@defmodule*/no-declare[(racket/gui/init)]{The
|
||||||
@racketmodname[racket/gui/init] library is the default start-up
|
@racketmodname[racket/gui/init] library is the default start-up
|
||||||
|
|
Loading…
Reference in New Issue
Block a user