fix margin-note typo

svn: r14536
This commit is contained in:
Matthew Flatt 2009-04-17 01:46:19 +00:00
parent 8aa8b938a0
commit d49e36d983

View File

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