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:
@@ -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: "?",
|
||||
|
||||
Reference in New Issue
Block a user