8145486: jjs should support documentation key shortcut in interactive mode
Reviewed-by: mhaupt, hannesw
<p>Define a function in javascript:</p>
<pre><code>function MyFunc(a) {
var s = '`';
}
</code></pre>
<p>And some HTML</p>
<pre><code class="html"><div>HTML!</div>
</code></pre>