mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 19:15:45 +01:00
Clean up some option descriptions.
This commit is contained in:
@@ -156,7 +156,7 @@ function Buffer() //{{{
|
||||
"stringlist", "\\bprev|previous\\b,^<$,^(<<|\u00AB)$,^(<|\u00AB),(<|\u00AB)$");
|
||||
|
||||
options.add(["pageinfo", "pa"],
|
||||
"Desired info on :pa[geinfo]",
|
||||
"Desired info in the :pageinfo output",
|
||||
"charlist", "gfm",
|
||||
{
|
||||
completer: function (context) [[k, v[1]] for ([k, v] in Iterator(pageInfo))],
|
||||
|
||||
@@ -803,9 +803,9 @@ function Hints() //{{{
|
||||
"number", 0,
|
||||
{
|
||||
completer: function () [
|
||||
["0", "Follow the first hint as soon as typed text uniquely identifies it. Follow the selected hint on [m]<Return>[m]."],
|
||||
["1", "Follow the selected hint on [m]<Return>[m]."],
|
||||
["2", "Follow the selected hint on [m]<Return>[m] only it's been [m]<Tab>[m]-selected."]
|
||||
["0", "Follow the first hint as soon as typed text uniquely identifies it. Follow the selected hint on <Return>."],
|
||||
["1", "Follow the selected hint on <Return>."],
|
||||
["2", "Follow the selected hint on <Return> only it's been <Tab>-selected."]
|
||||
],
|
||||
validator: Option.validateCompleter
|
||||
});
|
||||
|
||||
@@ -769,7 +769,7 @@ function CommandLine() //{{{
|
||||
});
|
||||
|
||||
options.add(["complete", "cpt"],
|
||||
"Items which are completed at the :[tab]open prompt",
|
||||
"Items which are completed at the :open prompts",
|
||||
"charlist", "slf",
|
||||
{
|
||||
completer: function (context) [k for each (k in completion.urlCompleters)],
|
||||
|
||||
Reference in New Issue
Block a user