1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 12:14:11 +01:00

Doc fixes.

This commit is contained in:
Štěpán Němec
2011-10-04 11:14:10 +02:00
parent b98c2e0906
commit f294668ad2
3 changed files with 15 additions and 14 deletions

View File

@@ -336,12 +336,12 @@ var Tabs = Module("tabs", {
/**
* Return an iterator of tabs matching the given filter. If no
* filter or count is provided, returns the currently selected
* *filter* or *count* is provided, returns the currently selected
* tab. If *filter* is a number or begins with a number followed
* by a colon, the tab of that ordinal is returned. Otherwise,
* tabs matching the filter as below are returned.
*
* @param {string} filter The filter. If *regex*, this is a
* @param {string} filter The filter. If *regexp*, this is a
* regular expression against which the tab's URL or title
* must match. Otherwise, it is a site filter.
* @optional

View File

@@ -70,7 +70,7 @@
<description>
<p>
Find a pattern backward of the current caret position in exactly the
same manner as <k>/</k>
same manner as <k>/</k>.
</p>
</description>
</item>