1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 01:27:58 +01:00

fix trivial help text typos

This commit is contained in:
Doug Kearns
2007-07-19 05:56:44 +00:00
parent 913066a240
commit 9a09401004

View File

@@ -906,7 +906,7 @@ function Commands() //{{{
function(args) { vimperator.quickmarks.list(args); }, function(args) { vimperator.quickmarks.list(args); },
{ {
usage: ["qmarks"], usage: ["qmarks"],
short_help: "Shows marked URLs", short_help: "Show marked URLs",
help: "TODO." help: "TODO."
} }
)); ));
@@ -935,7 +935,7 @@ function Commands() //{{{
function() { vimperator.echo("winopen not implemented yet"); }, function() { vimperator.echo("winopen not implemented yet"); },
{ {
usage: ["wino[pen] [url] [| url]"], usage: ["wino[pen] [url] [| url]"],
short_help: "Open an URL in a new window", short_help: "Open a URL in a new window",
help: "Not implemented yet." help: "Not implemented yet."
} }
)); ));