From f2242c3567ef5b06f821dbba017dc05540af61c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Mon, 18 Oct 2010 03:01:58 +0200 Subject: [PATCH] Fix the -javascript :command option description. --- common/content/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/commands.js b/common/content/commands.js index a2647f2f..6f9cecb0 100644 --- a/common/content/commands.js +++ b/common/content/commands.js @@ -1286,7 +1286,7 @@ const Commands = Module("commands", { type: CommandOption.STRING }, { names: ["-javascript", "-js", "-j"], - description: "Execute this mapping as JavaScript rather than keys" + description: "Execute the definition as JavaScript rather than Ex commands" }, { names: ["-nargs", "-a"], description: "The allowed number of arguments",