1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-11 05:05:51 +01:00

fix some help typos

This commit is contained in:
Doug Kearns
2008-10-15 03:39:19 +00:00
parent 671072c662
commit 62d78348b4
7 changed files with 15 additions and 13 deletions

View File

@@ -137,14 +137,14 @@ ________________________________________________________________________________
|<C-x>| |<C-x>|
||[count]<C-x>|| ||[count]<C-x>||
________________________________________________________________________________ ________________________________________________________________________________
Decrements the last number in URL by 1, or by count if given. Decrements the last number in URL by 1, or by [count] if given.
________________________________________________________________________________ ________________________________________________________________________________
|<C-a>| |<C-a>|
||[count]<C-a>|| ||[count]<C-a>||
________________________________________________________________________________ ________________________________________________________________________________
Increments the last number in URL by 1, or by count if given. Increments the last number in URL by 1, or by [count] if given.
________________________________________________________________________________ ________________________________________________________________________________

View File

@@ -59,7 +59,8 @@ section:Motion{nbsp}commands[motion,scrolling]
|^| |0| + |^| |0| +
||0|| ||0||
________________________________________________________________________________ ________________________________________________________________________________
Scroll to the absolute left of the document. Unlike in Vim, [m]0[m] and [m]^[m] work exactly the same way. Scroll to the absolute left of the document. Unlike in Vim, [m]0[m] and [m]^[m]
work exactly the same way.
________________________________________________________________________________ ________________________________________________________________________________

View File

@@ -12,8 +12,8 @@ and the sidebar.
________________________________________________________________________________ ________________________________________________________________________________
Execute {menu} from the command-line. This command provides command-line access Execute {menu} from the command-line. This command provides command-line access
to all menu items available from the main Firefox menubar. {menu} is a to all menu items available from the main Firefox menubar. {menu} is a
hierachical path to the menu item with each submenu separated by a period. E.g. hierarchical path to the menu item with each submenu separated by a period.
[c]:emenu File.Open File...[c] E.g. [c]:emenu File.Open File...[c]
________________________________________________________________________________ ________________________________________________________________________________

View File

@@ -82,7 +82,7 @@ section:Normal{nbsp}mode[normal-index]
||@|| Play a macro + ||@|| Play a macro +
||.|| Repeat the last keyborad command ||.|| Repeat the last keyboard command +
||]f|| Focus next frame + ||]f|| Focus next frame +
||[f|| Focus previous frame + ||[f|| Focus previous frame +
@@ -303,6 +303,6 @@ section:Options[option-index]
||'wildignore'|| List of file patterns to ignore when completing files + ||'wildignore'|| List of file patterns to ignore when completing files +
||'wildmode'|| Define how command-line completion works + ||'wildmode'|| Define how command-line completion works +
||'wildoptions'|| Change how command-line completion is done + ||'wildoptions'|| Change how command-line completion is done +
||'wordseparators'|| How words are splitted for hintmatching + ||'wordseparators'|| How words are split for hintmatching +
// vim: set syntax=asciidoc: // vim: set syntax=asciidoc:

View File

@@ -262,7 +262,7 @@ ________________________________________________________________________________
||:com[mand][!] [{attr}...] {cmd} {rep}|| + ||:com[mand][!] [{attr}...] {cmd} {rep}|| +
________________________________________________________________________________ ________________________________________________________________________________
Define a new user command. The name of the command is {cmd} and its relacement Define a new user command. The name of the command is {cmd} and its replacement
text is {rep}. The command's attributes are {attr}. If a command with this name text is {rep}. The command's attributes are {attr}. If a command with this name
already exists an error is reported unless [!] is specified, in which case the already exists an error is reported unless [!] is specified, in which case the
command is redefined. Unlike Vim, the command may start with a lowercase command is redefined. Unlike Vim, the command may start with a lowercase

View File

@@ -773,8 +773,9 @@ ____
____ ____
(default: [\.,!\?:;/\\"\^\$%&§\(\)\[\]\\{\\}<>#\\*\+\\|=~ _\\-]) (default: [\.,!\?:;/\\"\^\$%&§\(\)\[\]\\{\\}<>#\\*\+\\|=~ _\\-])
A regex which defines the word separators which are used for the 'hintmatching' types A regexp which defines the word separators which are used for the
"wordstartswith" and "firstletters" to split the words in the text of a link. 'hintmatching' types "wordstartswith" and "firstletters" to split the words in
the text of a link.
____ ____
// vim: set syntax=asciidoc: // vim: set syntax=asciidoc:

View File

@@ -18,8 +18,8 @@ ____________________________________________________________________________
|:macros| |:macros|
||:mac[ros] [args]|| + ||:mac[ros] [args]|| +
________________________________________________________________________________ ________________________________________________________________________________
List recorded macros matching the optional regular expression [args]. If no regex is List recorded macros matching the optional regular expression [args]. If no
given, list all macros. regexp is given, list all macros.
________________________________________________________________________________ ________________________________________________________________________________
@@ -51,7 +51,7 @@ ____________________________________________________________________________
|.| |.|
||[count].| ||[count].|
____________________________________________________________________________ ____________________________________________________________________________
Repeat the last keyboard mapping [count] times. Note that, unlike in vim, this Repeat the last keyboard mapping [count] times. Note that, unlike in Vim, this
does not apply solely to editing commands, mainly because Vimperator doesn't does not apply solely to editing commands, mainly because Vimperator doesn't
have them. have them.
____________________________________________________________________________ ____________________________________________________________________________