mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 05:17:58 +01:00
fix trivial help text typos
This commit is contained in:
@@ -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."
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user