This might be a silly question, but in the docs, what&#39;s the difference between <font class="Apple-style-span" face="&#39;courier new&#39;, monospace">...</font> and ...+?<div>A good example for that is the definition of begin:</div>
<span class="Apple-style-span" style="font-family: serif; font-size: medium; "><div class="SIntrapara" style="display: block; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; "><table cellspacing="0" class="boxed" style="width: 559px; background-color: rgb(232, 232, 255); ">
<tbody><tr><td style="padding-left: 0px; padding-right: 0px; "><span class="RktPn" style="font-family: monospace; color: rgb(132, 60, 36); ">(</span><a name="(dep._((quote._~23~25kernel)._begin))"></a><a name="(form._((quote._~23~25kernel)._begin))"></a><span title="Provided from: racket/base, racket"><span class="RktSym" style="font-family: monospace; color: rgb(38, 38, 128); "><a href="http://docs.racket-lang.org/reference/begin.html#(form._((quote._~23~25kernel)._begin))" class="RktStxLink" style="text-decoration: none; color: black; font-weight: bold; ">begin</a></span></span><span class="hspace" style="font-family: monospace; "> </span><span class="RktVar" style="font-family: monospace; color: rgb(38, 38, 128); font-style: italic; ">form</span><span class="hspace" style="font-family: monospace; "> </span><span class="RktMeta" style="font-family: monospace; color: black; ">...</span><span class="RktPn" style="font-family: monospace; color: rgb(132, 60, 36); ">)</span></td>
</tr><tr><td style="padding-left: 0px; padding-right: 0px; "><span class="RktPn" style="font-family: monospace; color: rgb(132, 60, 36); ">(</span><span class="RktSym" style="font-family: monospace; color: rgb(38, 38, 128); "><a href="http://docs.racket-lang.org/reference/begin.html#(form._((quote._~23~25kernel)._begin))" class="RktStxLink" style="text-decoration: none; color: black; font-weight: bold; ">begin</a></span><span class="hspace" style="font-family: monospace; "> </span><span class="RktVar" style="font-family: monospace; color: rgb(38, 38, 128); font-style: italic; ">expr</span><span class="hspace" style="font-family: monospace; "> </span><span class="RktMeta" style="font-family: monospace; color: black; ">...+</span><span class="RktPn" style="font-family: monospace; color: rgb(132, 60, 36); ">)</span></td>
</tr></tbody></table></div></span><div>Is there anywhere I missed where this is explained?</div><div><br></div><div>And on a completely unrelated note, if I find a typo or small grammatical mistake in the docs, what should I do about it? Should I send an email about it, or is there somewhere where I can fix it myself?</div>