1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 14:54:11 +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> <spec>:bmarks<oa>!</oa> <oa>filter</oa></spec>
<description> <description>
<p> <p>
List or open multiple bookmarks. Opens the message window List or open multiple bookmarks. Opens the message window at the
at the bottom of the screen with all bookmarks with bottom of the screen with all bookmarks with URLs matching
titles or URLs matching <oa>filter</oa>. The resulting <oa>filter</oa>. The resulting URLs can be clicked, or accessed via
URLs can be clicked, or accessed via extended hint modes extended hint modes such as <k>;o</k>.
such as <k>;o</k>.
</p> </p>
<p> <p>

View File

@@ -2297,7 +2297,7 @@ var Buffer = Module("Buffer", {
options.add(["previouspattern"], options.add(["previouspattern"],
"Patterns to use when guessing the previous page in a document sequence", "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" }); { regexpFlags: "i" });
options.add(["pageinfo", "pa"], options.add(["pageinfo", "pa"],