fix margin-note typo

svn: r14536

original commit: d49e36d983abfbcedaa0735933c1dc3001635c73
This commit is contained in:
Matthew Flatt 2009-04-17 01:46:19 +00:00
parent d7d705b539
commit b0a3be38f4

View File

@ -1140,7 +1140,7 @@ centered table with the @scheme[pre-flow] parsed by
@defproc[(commandline [pre-content any/c] ...) paragraph?]{Produces
an inset command-line example (e.g., in typewriter font).}
@defproc[(margin-note [pre-content any/c] ...) paragraph?]{Produces
@defproc[(margin-note [pre-content any/c] ...) blockquote?]{Produces
a @tech{blockquote} to be typeset in the margin instead of inlined.}
@; ------------------------------------------------------------------------