1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 23:34:10 +01:00

Clean up some option descriptions.

This commit is contained in:
Doug Kearns
2009-07-24 21:01:45 +10:00
parent 93c573d04f
commit 04b96235be
7 changed files with 13 additions and 13 deletions

View File

@@ -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)],