summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/file-syn.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/file-syn.lua')
-rw-r--r--tex/context/base/mkiv/file-syn.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/file-syn.lua b/tex/context/base/mkiv/file-syn.lua
index 7b000f9ad..c1c25bab3 100644
--- a/tex/context/base/mkiv/file-syn.lua
+++ b/tex/context/base/mkiv/file-syn.lua
@@ -60,11 +60,11 @@ implement {
implement {
name = "definefilesynonym",
actions = environment.definefilesynonym,
- arguments = { "string", "string" }
+ arguments = "2 strings"
}
implement {
name = "definefilefallback",
actions = environment,definefilefallback,
- arguments = { "string", "string" }
+ arguments = "2 strings"
}