commit d173c0e6bc3045b6a6683c5a1817356d44d2475f
parent 9e662ec656ab9b87ef1328310b5e568cfdcc0826
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Wed, 1 Oct 2008 16:04:05 +0000
fix docs for bibliography
svn: r11922
original commit: 37d6c770661a88696d065a0f0658678759d7cdd4
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/collects/scribblings/scribble/manual.scrbl b/collects/scribblings/scribble/manual.scrbl
@@ -959,13 +959,13 @@ combination of @scheme[envvar] and @scheme[as-index].}
Links to a bibliography entry, using @scheme[key] both to indicate the
bibliography entry and, in square brackets, as the link text.}
-@defproc[(bibliography [#:tag string? "doc-bibliography"]
+@defproc[(bibliography [#:tag tag string? "doc-bibliography"]
[entry bib-entry?] ...)
part?]{
Creates a bibliography part containing the given entries, each of
which is created with @scheme[bib-entry]. The entries are typeset in
-order as given}
+order as given.}
@defproc[(bib-entry [#:key key string?]
[#:title title any/c]