commit 710b66d58c99b5c031d9c9b651cd047c8d504d7b
parent 72c065198695dc2e7622d764335dc350ae4beebb
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Sun, 21 Dec 2008 13:59:47 +0000
minor clarification to section-index docs
svn: r12921
original commit: 4aa7d2da44d87a915f84ee0c934cabee91750f73
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"])