1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 19:32:28 +01:00
This commit is contained in:
Kris Maglione
2012-07-21 19:47:37 -04:00
2 changed files with 5 additions and 6 deletions

View File

@@ -119,11 +119,10 @@
<spec>:bmarks<oa>!</oa> <oa>filter</oa></spec>
<description>
<p>
List or open multiple bookmarks. Opens the message window
at the bottom of the screen with all bookmarks with
titles or URLs matching <oa>filter</oa>. The resulting
URLs can be clicked, or accessed via extended hint modes
such as <k>;o</k>.
List or open multiple bookmarks. Opens the message window at the
bottom of the screen with all bookmarks with URLs matching
<oa>filter</oa>. The resulting URLs can be clicked, or accessed via
extended hint modes such as <k>;o</k>.
</p>
<p>

View File

@@ -2297,7 +2297,7 @@ var Buffer = Module("Buffer", {
options.add(["previouspattern"],
"Patterns to use when guessing the previous page in a document sequence",
"regexplist", UTF8(/'[<«] Prev$','« Prev$','\bprev(ious)\b',^<$,^(<<|«)$,^(<|«),(<|«)$/.source),
"regexplist", UTF8(/'[<«] Prev$','« Prev$','\bprev(ious)?\b',^<$,^(<<|«)$,^(<|«),(<|«)$/.source),
{ regexpFlags: "i" });
options.add(["pageinfo", "pa"],