1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 21:02:28 +01:00

Document the fact that ]] uses 'hinttags' to find links.

This commit is contained in:
Doug Kearns
2009-02-19 23:43:41 +11:00
parent 22200fc282
commit 3cd3c60f16

View File

@@ -498,7 +498,8 @@ ____
Patterns to use when guessing the \'next' page in a document sequence. Each
pattern, in order, is matched against all links in the page with the first
match being used. The patterns are case insensitive regular expressions.
match being used. The patterns are case insensitive regular expressions and the
link elements are those defined by 'hinttags'.
____
@@ -590,7 +591,8 @@ ____
Patterns to use when guessing the \'previous' page in a document sequence. Each
pattern, in order, is matched against all links in the page with the first
match being used. The patterns are case insensitive regular expressions.
match being used. The patterns are case insensitive regular expressions and the
link elements are those defined by 'hinttags'.
____