1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-14 18:55:46 +01:00

fix some help typos

This commit is contained in:
Doug Kearns
2008-04-16 20:11:51 +00:00
parent 618ad4585f
commit fc191bad88
4 changed files with 4 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ section:Features[features]
* Advanced completion of bookmark and history URLs (searching also in title, not only URL) * Advanced completion of bookmark and history URLs (searching also in title, not only URL)
* Vim-like statusline with a wget-like progress bar * Vim-like statusline with a wget-like progress bar
* Minimal GUI (easily hide useless menubar and toolbar with [c]:set guioptions=[c]) * Minimal GUI (easily hide useless menubar and toolbar with [c]:set guioptions=[c])
* Ability to [c]:source[c] javascript files, and to use a [a]~/.vimperatorrc[a] file * Ability to [c]:source[c] Javascript files, and to use a [a]~/.vimperatorrc[a] file
with syntax highlighting if you install scripts/vimperator.vim with syntax highlighting if you install scripts/vimperator.vim
* Easy quick searches ([c]:open foo[c] will search foo in google, * Easy quick searches ([c]:open foo[c] will search foo in google,
[c]:open ebay terminator[c] will search for terminator on ebay) [c]:open ebay terminator[c] will search for terminator on ebay)

View File

@@ -83,7 +83,7 @@ ____
section:Setting{nbsp}Firefox{nbsp}options[firefox-options] section:Setting{nbsp}Firefox{nbsp}options[firefox-options]
Most Firefox options are not touched/overriden by Vimperator. In order to set Most Firefox options are not touched/overridden by Vimperator. In order to set
any of these preferences use either of the following: any of these preferences use either of the following:
|:prefs| |:preferences| |:prefs| |:preferences|

View File

@@ -10,7 +10,7 @@ section:Macros[macros]
||q {arg}|| + ||q {arg}|| +
____________________________________________________________________________ ____________________________________________________________________________
Record a keysequence into a macro. Record a key sequence into a macro.
Available macros are {0-9a-zA-Z} (uppercase to append). Available macros are {0-9a-zA-Z} (uppercase to append).
Type 'q' to stop recording. Type 'q' to stop recording.
____________________________________________________________________________ ____________________________________________________________________________

View File

@@ -1029,7 +1029,7 @@ ________________________________________________________________________________
||:ab[breviate]|| ||:ab[breviate]||
________________________________________________________________________________ ________________________________________________________________________________
Abbreviate a key sequence. Abbreviate {lhs} to {rhs}. Abbreviate a key sequence. Abbreviate {lhs} to {rhs}.
If only {lhs} given, list that particual abbreviation. If only {lhs} given, list that particular abbreviation.
List all abbreviations, if no arguments to are given. List all abbreviations, if no arguments to are given.
________________________________________________________________________________ ________________________________________________________________________________