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
+1 -1
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];