From 710b66d58c99b5c031d9c9b651cd047c8d504d7b Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 21 Dec 2008 13:59:47 +0000 Subject: [PATCH] minor clarification to section-index docs svn: r12921 original commit: 4aa7d2da44d87a915f84ee0c934cabee91750f73 --- collects/scribblings/scribble/basic.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/scribble/basic.scrbl b/collects/scribblings/scribble/basic.scrbl index d4a6131c..7b86d273 100644 --- a/collects/scribblings/scribble/basic.scrbl +++ b/collects/scribblings/scribble/basic.scrbl @@ -219,7 +219,7 @@ Like @scheme[index], but the word to index is determined by applying 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.} +and as the rendered forms of the keys within the index.} @defproc[(index-section [#:tag tag (or/c false/c string?) "doc-index"])