From 00758423a6d63087a10564d742b7691b025002ed Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 5 May 2011 14:56:18 -0500 Subject: [PATCH] document the help collection's top-level modules original commit: 2fe1c3b80d2d84a67f1384d42ea1f818d8466ee7 --- collects/help/search.rkt | 2 +- collects/help/tests/test-docs-complete.rkt | 1 - collects/scribblings/scribble/internals.scrbl | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) 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