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

minor help formatting fixes

This commit is contained in:
Doug Kearns
2008-08-11 14:27:34 +00:00
parent c104ec1a1e
commit c3fb165ebe
8 changed files with 18 additions and 16 deletions

View File

@@ -240,7 +240,7 @@ ________________________________________________________________________________
|:re| |:reload| +
||:re[load][!]||
________________________________________________________________________________
Reload current page. Forces reloading of the current page. If [c]![c] is
Reload current page. Forces reloading of the current page. If [!] is
given, skip the cache.
________________________________________________________________________________
@@ -248,7 +248,7 @@ ________________________________________________________________________________
|:reloada| |:reloadall| +
||:reloada[ll][!]||
________________________________________________________________________________
Reload all pages. Forces reloading of all pages. If [c]![c] is given, skip the cache.
Reload all pages. Forces reloading of all pages. If [!] is given, skip the cache.
________________________________________________________________________________
section:Stopping[stopping]

View File

@@ -272,7 +272,7 @@ ________________________________________________________________________________
||:zo[om][!] +{value} | -{value}|| +
________________________________________________________________________________
Set zoom value of current web page. If [value] can be an absolute value
between 1 and 2000% or a relative value if prefixed with '-' or '+'. If
between 1 and 2000% or a relative value if prefixed with "-" or "+". If
[value] is omitted, zoom is reset to 100%.
Normally this command operates on the text zoom, if used with [!] it operates

View File

@@ -140,7 +140,7 @@ ________________________________________________________________________________
||:ca[bbrev]||
________________________________________________________________________________
Abbreviate a key sequence for Command-line mode. Same as [c]:ab[reviate][c],
but for commandline mode only.
but for command-line mode only.
________________________________________________________________________________

View File

@@ -450,7 +450,7 @@ ____
|\'noonline'| |\'online'|
||'online'|| boolean (default on)
____
Show and set the 'work offline' behavior.
Show and set the \'work offline' behavior.
____
|\'pageinfo' \'pa'|
@@ -522,7 +522,9 @@ ____
____
Number of lines to scroll with C-u and C-d commands.
The number of lines scrolled defaults to half the window size.
When a {count} is specified to the <C-u> or <C-d> commands this is used to set the value of 'scroll' and also used for the current command. The value can be reset to half the window height with :set scroll=0.
When a {count} is specified to the [m]<C-u>[m] or [m]<C-d>[m] commands this is
used to set the value of 'scroll' and also used for the current command. The
value can be reset to half the window height with [c]:set scroll=0[c].
____

View File

@@ -6,8 +6,8 @@ HEADER
||:ha[rdcopy][!]||
________________________________________________________________________________
Print current document. Open a GUI dialog where you can select the printer,
number of copies, orientation, etc. When used with [a]![a], the dialog is
skipped and the default printer used.
number of copies, orientation, etc. When used with [!], the dialog is skipped
and the default printer used.
________________________________________________________________________________
section:Firefox{nbsp}printing{nbsp}dialogs[firefox-print-dialogs]

View File

@@ -11,7 +11,7 @@ section:Macros[macros,complex-repeat]
____________________________________________________________________________
Record a key sequence into a macro.
Available macros are {0-9a-zA-Z} (uppercase to append).
Type 'q' to stop recording.
Type [m]q[m] to stop recording.
____________________________________________________________________________
@@ -38,9 +38,9 @@ ____________________________________________________________________________
Plays the contents of macro {0-9a-z}.
@@ replays a previous executed macro.
[m]@@[m] replays a previous executed macro.
:play {arg} plays a recorded macro.
[c]:play {arg}[c] plays a recorded macro.
____________________________________________________________________________
section:Using{nbsp}scripts[using-scripts]

View File

@@ -96,7 +96,7 @@ buffer, it is selected. With [!] the next buffer matching the argument is
selected, even if it cannot be identified uniquely. Use [m]b[m] as a
shortcut to open this prompt.
If argument is #, the alternate buffer will be selected (see [m]<C-6>[m]).
If argument is [a]#[a], the alternate buffer will be selected (see [m]<C-6>[m]).
________________________________________________________________________________
@@ -114,7 +114,7 @@ ________________________________________________________________________________
________________________________________________________________________________
Move the current tab after tab N. When N is 0 the current tab is made the
first one. Without N the current tab is made the last one. N can also be
prefixed with '+' or '-' to indicate a relative movement. If [!] is
prefixed with "+" or "-" to indicate a relative movement. If [!] is
specified the movement wraps around the start or end of the tab list.
________________________________________________________________________________
@@ -201,7 +201,7 @@ ________________________________________________________________________________
||:[count]u[ndo][!] [url]|| +
________________________________________________________________________________
Undo closing of a tab. If a count is given, don't close the last but the
[count]th last tab. With [url] restores the tab matching the url.
[count]th last tab. With [url] restores the tab matching the URL.
________________________________________________________________________________

View File

@@ -24,9 +24,9 @@ ________________________________________________________________________________
|:run| |:!| +
||:!{cmd}||
________________________________________________________________________________
Run a command. Runs {cmd} through system() and displays its output. Any '!' in
Run a command. Runs {cmd} through system() and displays its output. Any \'!' in
{cmd} is replaced with the previous external command. But not when there is a
backslash before the '!', then that backslash is removed.
backslash before the \'!', then that backslash is removed.
Warning: Input redirection (< foo) not done, also do not run commands which
require stdin or it will hang Firefox!