1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-16 10:35:46 +01:00

Match :macros name spec to documentation :mac[ros].

Closes issue #466.

--HG--
extra : rebase_source : 0c45a7fc95b9949a4d05507e0ef135cce6676831
This commit is contained in:
Doug Kearns
2011-03-28 16:37:48 +11:00
parent ccf1d0d433
commit b485c9d55e

View File

@@ -1530,7 +1530,7 @@ var Events = Module("events", {
literal: 0
});
commands.add(["macros"],
commands.add(["mac[ros]"],
"List all macros",
function (args) { completion.listCompleter("macro", args[0]); }, {
argCount: "?",