1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-07 18:23:34 +02:00

fix some help typos

This commit is contained in:
Doug Kearns
2008-12-20 11:23:44 +11:00
parent 57b30e5060
commit 16c49fe786
6 changed files with 9 additions and 8 deletions

View File

@@ -144,7 +144,7 @@ ________________________________________________________________________________
|:map-<silent>| +
________________________________________________________________________________
When the first argument to one of the mapping commands is <silent>, {rhs}
is not echoed to the commandline, nor, for that matter, is anything else
is not echoed to the command-line, nor, for that matter, is anything else
until the command has completed.
________________________________________________________________________________
@@ -324,7 +324,7 @@ Custom completion
Custom completion can be provided by specifying the "custom,{func}" argument to
-complete. The {func} is called with two arguments, a completion context, and
an an object describing the command's arguments. It should set the context's
an object describing the command's arguments. It should set the context's
\'completions' property, or return an object, with \'start' and \'items'
properties, describing the completions and where the replacement is to start.