diff --git a/collects/help/search.rkt b/collects/help/search.rkt index 27eaf8fe..d3d4e216 100644 --- a/collects/help/search.rkt +++ b/collects/help/search.rkt @@ -1,4 +1,4 @@ -#lang scheme/base +#lang racket/base (require setup/dirs net/sendurl net/uri-codec) (provide perform-search send-main-page) diff --git a/collects/help/tests/test-docs-complete.rkt b/collects/help/tests/test-docs-complete.rkt index 74f40b19..7ef14b4a 100644 --- a/collects/help/tests/test-docs-complete.rkt +++ b/collects/help/tests/test-docs-complete.rkt @@ -1,7 +1,6 @@ #lang racket/base (require rackunit/docs-complete) (check-docs (quote help/search)) -(check-docs (quote help/installer)) (check-docs (quote help/help)) (check-docs (quote help/help-utils)) (check-docs (quote help/bug-report)) diff --git a/collects/scribblings/scribble/internals.scrbl b/collects/scribblings/scribble/internals.scrbl index c8d28210..3fd83800 100644 --- a/collects/scribblings/scribble/internals.scrbl +++ b/collects/scribblings/scribble/internals.scrbl @@ -14,3 +14,4 @@ @include-section["docreader.scrbl"] @include-section["xref.scrbl"] @include-section["config.scrbl"] +@include-section["racket.scrbl"] \ No newline at end of file