Reported by J. Ian Johnson

original commit: fb46daafa09c39a5029efd872933f8db20822c41
This commit is contained in:
Matthew Flatt 2011-12-30 17:11:36 -07:00
parent 65e44be261
commit 54de2e9413

View File

@ -862,12 +862,12 @@ See also @racket[index].}
@defstruct[multiarg-element ([style element-style?]
[content (listof content?)])]{
[contents (listof content?)])]{
Like @racket[element] with a list for content, except that for Latex
output, if the @tech{style name} in @racket[style] is a string, then
it corresponds to a Latex command that accepts as many arguments (each
in curly braces) as elements of @racket[content].}
in curly braces) as elements of @racket[contents].}
@defstruct[traverse-element ([traverse element-traverse-procedure/c])]{