From d173c0e6bc3045b6a6683c5a1817356d44d2475f Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 1 Oct 2008 16:04:05 +0000 Subject: [PATCH] fix docs for bibliography svn: r11922 original commit: 37d6c770661a88696d065a0f0658678759d7cdd4 --- collects/scribblings/scribble/manual.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/scribble/manual.scrbl b/collects/scribblings/scribble/manual.scrbl index 05981f76..3676d854 100644 --- 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]