mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-03 18:35:46 +01:00
fix a few help formatting quirks
This commit is contained in:
@@ -264,7 +264,7 @@ section:Options[option-index]
|
|||||||
||'errorbells'|| Ring the bell when an error message is displayed +
|
||'errorbells'|| Ring the bell when an error message is displayed +
|
||||||
||'eventignore'|| List of autocommand event names which should be ignored +
|
||'eventignore'|| List of autocommand event names which should be ignored +
|
||||||
||'exrc'|| Allow reading of an RC file in the current directory +
|
||'exrc'|| Allow reading of an RC file in the current directory +
|
||||||
||'extendedhinttags'|| XPath string of hintable elements activated by ';' +
|
||'extendedhinttags'|| XPath string of hintable elements activated by [m];[m] +
|
||||||
||'fileencoding'|| set the charactor encoding for the current page +
|
||'fileencoding'|| set the charactor encoding for the current page +
|
||||||
||'focuscontent'|| Try to stay in normal mode after loading a web page +
|
||'focuscontent'|| Try to stay in normal mode after loading a web page +
|
||||||
||'followhints'|| Change the behaviour of [m]<Return>[m] in hint mode +
|
||'followhints'|| Change the behaviour of [m]<Return>[m] in hint mode +
|
||||||
|
|||||||
@@ -488,9 +488,9 @@ ____
|
|||||||
____
|
____
|
||||||
(default: \bnext,^>$,^(>>|»)$,^(>|»),(>|»)$,\bmore\b)
|
(default: \bnext,^>$,^(>>|»)$,^(>|»),(>|»)$,\bmore\b)
|
||||||
|
|
||||||
Patterns to use when guessing the 'next' page in a document sequence.
|
Patterns to use when guessing the \'next' page in a document sequence. Each
|
||||||
Each pattern, in order, is matched against all links in the page with the first match being used.
|
pattern, in order, is matched against all links in the page with the first
|
||||||
The patterns are case insensitive regular expressions.
|
match being used. The patterns are case insensitive regular expressions.
|
||||||
____
|
____
|
||||||
|
|
||||||
|
|
||||||
@@ -580,9 +580,9 @@ ____
|
|||||||
____
|
____
|
||||||
(default: \bprev|previous\b,^<$,^(<<|«)$,^(<|«),(<|«)$)
|
(default: \bprev|previous\b,^<$,^(<<|«)$,^(<|«),(<|«)$)
|
||||||
|
|
||||||
Patterns to use when guessing the 'previous' page in a document sequence
|
Patterns to use when guessing the \'previous' page in a document sequence. Each
|
||||||
Each pattern, in order, is matched against all links in the page with the first match being used.
|
pattern, in order, is matched against all links in the page with the first
|
||||||
The patterns are case insensitive regular expressions.
|
match being used. The patterns are case insensitive regular expressions.
|
||||||
____
|
____
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user