diff options
Diffstat (limited to 'common/modules/help.jsm')
-rw-r--r-- | common/modules/help.jsm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/modules/help.jsm b/common/modules/help.jsm index 440ef1f0..d403efc1 100644 --- a/common/modules/help.jsm +++ b/common/modules/help.jsm @@ -429,7 +429,9 @@ var Help = Module("Help", { }, { argCount: "?", bang: true, - completer: function (context) completion.help(context, consolidated), + completer: function (context) { + completion.help(context, consolidated); + }, literal: 0 }); }); |