diff --git a/collects/scribblings/reference/init.scrbl b/collects/scribblings/reference/init.scrbl index 34beaa172f..93a58d642a 100644 --- a/collects/scribblings/reference/init.scrbl +++ b/collects/scribblings/reference/init.scrbl @@ -40,3 +40,9 @@ as a member of a list of runtime-configuration specification (as returned by a module's language-information function for the key @racket['configure-runtime]) to obtain the same runtime configuration as for the @racketmodname[racket/base] language. + +@defmodule*[(racket/kernel)]{The @racketmodname[racket/kernel] library +is a minimal initial environment intended for scripts that require low +startup time. It re-exports the bindings of the +@indexed-racket['#%kernel], along with a binding for +@racket[#%top-interaction].} \ No newline at end of file