<div>collects/scribblings/guide/symbols.scrbl:31</div><div><br></div><div>(eval:alts @#,elem{@racketfont{#ci}}@racketvalfont{&#39;A} #ci&#39;A)</div><div><br></div><div>scribble transforms this line into html output in the guide as:</div>
<div>#ci’A</div><div>instead of:</div><div>#ci&#39;A</div><div><br></div><div>note the quote mark is different.</div><div><br></div><div>when paste into drracket repl i get:</div><div>reference to an identifier before its definition: ’a</div>
<div>instead of:</div><div>&#39;a</div><div><br></div><div>i messed with symbols.scrbl but i don&#39;t know scribble,</div><div>so i&#39;m submitting a bug report instead of a patch.</div><div><br></div><div><br></div><div>
if possible, please give a short sequence of steps to reproduce the problem:</div><div><div>* go to <a href="http://docs.racket-lang.org/guide/symbols.html">http://docs.racket-lang.org/guide/symbols.html</a></div><div>* search for &quot;&gt; #ci&quot;</div>
<div>* copy example on that line into drracket repl, hit enter</div><div>* get &quot;reference to an identifier before its definition: ’a&quot;</div><div>* expect &quot;&#39;a&quot;</div></div><div><br></div><div><br></div>
<div><div>version: 3718600125321001174af0fbce50ab206a0e54bf</div><div>platform: Linux i686 / Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.2 (KHTML, like Gecko) Ubuntu/11.10 Chromium/15.0.874.106 Chrome/15.0.874.106 Safari/535.2</div>
<div>severity: non-critical</div><div>class: documentation bug</div><div><br></div></div>