From 2c1e02d1482f7e5088b1049c1a0ccb2835b50678 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 25 Jun 2012 08:21:55 -0600 Subject: [PATCH] fix `help' docs Use one `defform*' instead of `deftogether' and many `defform/none's. --- collects/scribblings/reference/help.scrbl | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/collects/scribblings/reference/help.scrbl b/collects/scribblings/reference/help.scrbl index b6389c5c25..d6398153bb 100644 --- a/collects/scribblings/reference/help.scrbl +++ b/collects/scribblings/reference/help.scrbl @@ -16,13 +16,12 @@ @note-init-lib[racket/help] -@deftogether[( -@defidform[help] -@defform/none[#:literals (help) (help string ...)] -@defform/none[#:literals (help) (help id)] -@defform/none[#:literals (help) (help id #:from module-path)] -@defform/none[#:literals (help) (help #:search datum ...)] -)]{ +@defform*[#:id help + [help + (help string ...) + (help id) + (help id #:from module-path) + (help #:search datum ...)]]{ @emph{For general help, see the @|main-doc-page|.}