fix typo and normalize use of periods in search help

svn: r10121
This commit is contained in:
Matthew Flatt 2008-06-04 11:23:35 +00:00
parent d8dd8c1d50
commit 99ee31946a

View File

@ -56,22 +56,22 @@ function InitializeSearch() {
+'<li>Use &ldquo;<tt>M:<i>str</i></tt>&rdquo; to match only identifiers'
+' from modules that match &ldquo;<tt><i>str</i></tt>&rdquo;;'
+' &ldquo;<tt>M:</tt>&rdquo; by itself will restrict results to bound'
+' names only</li>'
+' names only.</li>'
+'<li>&ldquo;<tt>L:<i>str</i></tt>&rdquo; is similar to'
+' &ldquo;<tt>L:<i>str</i></tt>&rdquo;, but'
+' &ldquo;<tt>M:<i>str</i></tt>&rdquo;, but'
+' &ldquo;<tt><i>str</i></tt>&rdquo; should match the module name'
+' exactly</li>'
+' exactly.</li>'
+'<li>&ldquo;<tt>T:<i>str</i></tt>&rdquo; restricts results to ones in'
+' the &ldquo;<tt><i>str</i></tt>&rdquo; manual (naming the directory'
+' where the manual is found)</li>'
+' where the manual is found).</li>'
+'<li>Entries that correspond to bindings have module links that create'
+' a query restricted to bindings in that module (using'
+' &ldquo;<tt>L:</tt>&rdquo;), other entries have similar links for'
+' restricting results to a specific manual (using'
+' &ldquo;<tt>T:</tt>&rdquo;); you can control whether manual links'
+' appear (and how) in the preferences</li>'
+' appear (and how) in the preferences.</li>'
+'<li>Right-clicking these links refines the current query instead of'
+' changing it (some browsers don\'t support this)</li>'
+' changing it (but some browsers don\'t support this).</li>'
+'</ul>'
+'</div></td></tr>'
+'<tr><td colspan="3" class="smaller" style="padding: 0em;">'