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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user