From 786d6dce575b21d76c5c430288a68a445662dfe9 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 9 Dec 2007 22:59:08 +0000 Subject: [PATCH] Scribble insidemz svn: r7931 original commit: b7583984d826665ece12ecb3daecdd4456daec6c --- collects/scribblings/scribble/basic.scrbl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/scribble/basic.scrbl b/collects/scribblings/scribble/basic.scrbl index 57c1592e..71025cce 100644 --- a/collects/scribblings/scribble/basic.scrbl +++ b/collects/scribblings/scribble/basic.scrbl @@ -171,16 +171,18 @@ Like @scheme[index], but the word to index is determined by applying @scheme[content->string] on the parsed @scheme[pre-content] list.} -@defproc[(section-index [word string?] ...)]{ +@defproc[(section-index [word string?] ...) + part-index-decl?]{ Creates a @scheme[part-index-decl] to be associated with the enclosing section by @scheme[decode]. The @scheme[word]s serve as both the keys and as the rendered forms of the keys.} -@defproc[(index-section [#:tag tag (or/c false/c string?) "doc-index"])]{ +@defproc[(index-section [#:tag tag (or/c false/c string?) "doc-index"]) + part?]{ -Produces a section that shows the index the enclosing document. The +Produces a part that shows the index the enclosing document. The optional @scheme[tag] argument is used as the index section's tag.}