aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts/commands.coffee')
-rw-r--r--background_scripts/commands.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index b58a3b0c..4785ea47 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -337,8 +337,8 @@ commandDescriptions =
"LinkHints.activateModeToDownloadLink": ["Download link url", { passCountToFunction: true }]
enterFindMode: ["Enter find mode", { noRepeat: true }]
- performFind: ["Cycle forward to the next find match"]
- performBackwardsFind: ["Cycle backward to the previous find match"]
+ performFind: ["Cycle forward to the next find match", { passCountToFunction: true }]
+ performBackwardsFind: ["Cycle backward to the previous find match", { passCountToFunction: true }]
goPrevious: ["Follow the link labeled previous or <", { noRepeat: true }]
goNext: ["Follow the link labeled next or >", { noRepeat: true }]