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

trivial help formatting improvements

This commit is contained in:
Doug Kearns
2008-12-14 13:14:22 +11:00
parent 961a18138f
commit 7d93fdd272
3 changed files with 9 additions and 5 deletions

View File

@@ -34,8 +34,9 @@ Available {events}:
*VimperatorLeave* Triggered before exiting Firefox
--------------------------------------------------------------
{pat} is a regular expression, use .* if you want to match all URLs. Note: This
differs from Vim which uses a glob rather than a regexp for {pat}.
{pat} is a regular expression, use .* if you want to match all URLs.
Note: This differs from Vim which uses a glob rather than a regexp for {pat}.
The following keywords are available where relevant:

View File

@@ -228,8 +228,10 @@ default zoom levels are 30%, 50%, 67%, 80%, 90%, 100%, 110%, 120%, 133%, 150%,
The available zoom range can be changed by setting the \'zoom.minPercent' and
\'zoom.maxPercent' Firefox preferences. The zoom levels can be changed using
the \'toolkit.ZoomManager.zoomLevels' preference. Note: The latter is specified
as a list of values between 0 and 1, not as a percentage.
the \'toolkit.ZoomManager.zoomLevels' preference.
Note: \'toolkit.ZoomManager.zoomLevels' is specified as a list of values
between 0 and 1, not as a percentage.
|+| |zi| +
||[count]zi||

View File

@@ -425,7 +425,8 @@ ____
|\'nois'| |\'noincsearch'| |\'is'| |\'incsearch'|
||'incsearch' 'is'|| boolean (default: on)
____
Show where the search pattern matches as it is typed. +
Show where the search pattern matches as it is typed.
Note: Incremental searching currently only works in the forward direction.
____