1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-30 12:53:31 +02:00

Doc fixes (thanks Xie&Tian)

This commit is contained in:
Daniel Bainton
2009-03-26 09:34:10 +02:00
parent d6238f84a4
commit 702f8f9a3e
12 changed files with 35 additions and 35 deletions

View File

@@ -346,7 +346,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 object describing the command's arguments. It should set the context's
\'completions' property, or return an object, with \'start' and \'items'
\'completions' property, or return an object, with \'items' and \'start'
properties, describing the completions and where the replacement is to start.
*start* is the index into the word being completed at which the returned values