1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 07:12:28 +01:00

Reflect the last change in the documentation.

This commit is contained in:
Štěpán Němec
2011-06-01 21:36:47 +02:00
parent 928462d5a2
commit 09f001b27a
3 changed files with 3 additions and 2 deletions

View File

@@ -767,7 +767,7 @@ var Tabs = Module("tabs", {
// TODO: add count support
commands.add(["tabm[ove]"],
"Move the current tab after tab N",
"Move the current tab to the position of tab N",
function (args) {
let arg = args[0];