1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 12:25:49 +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)
* Vim-like statusline with a wget-like progress bar
* 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
* Easy quick searches ([c]:open foo[c] will search foo in google,
[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]
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:
|:prefs| |:preferences|

View File

@@ -10,7 +10,7 @@ section:Macros[macros]
||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).
Type 'q' to stop recording.
____________________________________________________________________________

View File

@@ -1029,7 +1029,7 @@ ________________________________________________________________________________
||:ab[breviate]||
________________________________________________________________________________
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.
________________________________________________________________________________