commit 786d6dce575b21d76c5c430288a68a445662dfe9 parent aeb8355c66804b5ed88aca5cbe9bce2ce848ab64 Author: Matthew Flatt <mflatt@racket-lang.org> Date: Sun, 9 Dec 2007 22:59:08 +0000 Scribble insidemz svn: r7931 original commit: b7583984d826665ece12ecb3daecdd4456daec6c Diffstat:
| M | 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 @@ -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.}