1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 09:34:13 +01:00

Link to ]] and [[ from next/previouspattern docs

This commit is contained in:
Conrad Irwin
2009-04-25 12:49:53 +01:00
parent 9aec9f3e6a
commit 7db4c4939f

View File

@@ -532,10 +532,10 @@ ____
____ ____
(default: \bnext,^>$,^(>>|»)$,^(>|»),(>|»)$,\bmore\b) (default: \bnext,^>$,^(>>|»)$,^(>|»),(>|»)$,\bmore\b)
Patterns to use when guessing the \'next' page in a document sequence. Each Patterns to use when guessing the \'next' page in a document sequence when the
pattern, in order, is matched against all links in the page with the first user hits [c]]][c]. Each pattern, in order, is matched against all links in the
match being used. The patterns are case insensitive regular expressions and the page with the first match being used. The patterns are case insensitive regular
link elements are those defined by 'hinttags'. expressions and the link elements are those defined by 'hinttags'.
____ ____
@@ -616,10 +616,10 @@ ____
____ ____
(default: \bprev|previous\b,^<$,^(<<|«)$,^(<|«),(<|«)$) (default: \bprev|previous\b,^<$,^(<<|«)$,^(<|«),(<|«)$)
Patterns to use when guessing the \'previous' page in a document sequence. Each Patterns to use when guessing the \'previous' page in a document sequence when
pattern, in order, is matched against all links in the page with the first the user hits [c][[[c]. Each pattern, in order, is matched against all links
match being used. The patterns are case insensitive regular expressions and the in the page with the first match being used. The patterns are case insensitive
link elements are those defined by 'hinttags'. regular expressions and the link elements are those defined by 'hinttags'.
____ ____