diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/mult-chk.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/mult-chk.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/mult-chk.lua b/Master/texmf-dist/tex/context/base/mkiv/mult-chk.lua index 44a9f739f9e..712d91f8112 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/mult-chk.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/mult-chk.lua @@ -52,13 +52,13 @@ end implement { name = "setvalidinterfacekeys", actions = interfaces.setvalidkeys, - arguments = { "string", "string" } + arguments = "2 strings" } implement { name = "addvalidinterfacekeys", actions = interfaces.addvalidkeys, - arguments = { "string", "string" } + arguments = "2 strings" } -- weird code, looks incomplete ... probably an experiment @@ -89,5 +89,5 @@ end implement { name = "getcheckedinterfaceparameters", actions = interfaces.getcheckedparameters, - arguments = { "string", "string", "string" } + arguments = "3 strings" } |