From b485c9d55e713774b4321742d3ab56bb115cabcf Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 28 Mar 2011 16:37:48 +1100 Subject: [PATCH] Match :macros name spec to documentation :mac[ros]. Closes issue #466. --HG-- extra : rebase_source : 0c45a7fc95b9949a4d05507e0ef135cce6676831 --- common/content/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/events.js b/common/content/events.js index 21b44758..81644e87 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -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: "?",