From cf79af71485b80fd1b689e375163ee50141a3db4 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 31 Jan 2011 22:56:32 +1100 Subject: [PATCH] Minor clarification of events.feedkeys API docs. --- common/content/events.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/content/events.js b/common/content/events.js index 0bf5e0fc..f2d2dd04 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -499,7 +499,8 @@ var Events = Module("events", { * @param {string} keys A string like "2" to push onto the event * queue. If you want "<" to be taken literally, prepend it with a * "\\". - * @param {boolean} noremap Allow recursive mappings. + * @param {boolean} noremap Whether recursive mappings should be + * disallowed. * @param {boolean} silent Whether the command should be echoed to the * command line. * @returns {boolean}