fix typo and normalize use of periods in search help
svn: r10121
This commit is contained in:
parent
d8dd8c1d50
commit
99ee31946a
|
@ -56,22 +56,22 @@ function InitializeSearch() {
|
|||
+'<li>Use “<tt>M:<i>str</i></tt>” to match only identifiers'
|
||||
+' from modules that match “<tt><i>str</i></tt>”;'
|
||||
+' “<tt>M:</tt>” by itself will restrict results to bound'
|
||||
+' names only</li>'
|
||||
+' names only.</li>'
|
||||
+'<li>“<tt>L:<i>str</i></tt>” is similar to'
|
||||
+' “<tt>L:<i>str</i></tt>”, but'
|
||||
+' “<tt>M:<i>str</i></tt>”, but'
|
||||
+' “<tt><i>str</i></tt>” should match the module name'
|
||||
+' exactly</li>'
|
||||
+' exactly.</li>'
|
||||
+'<li>“<tt>T:<i>str</i></tt>” restricts results to ones in'
|
||||
+' the “<tt><i>str</i></tt>” 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'
|
||||
+' “<tt>L:</tt>”), other entries have similar links for'
|
||||
+' restricting results to a specific manual (using'
|
||||
+' “<tt>T:</tt>”); 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;">'
|
||||
|
|
Loading…
Reference in New Issue
Block a user