summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/char-tex.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/char-tex.lmt')
-rw-r--r--tex/context/base/mkxl/char-tex.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/char-tex.lmt b/tex/context/base/mkxl/char-tex.lmt
index 02d9a6cb6..0e0297381 100644
--- a/tex/context/base/mkxl/char-tex.lmt
+++ b/tex/context/base/mkxl/char-tex.lmt
@@ -583,7 +583,7 @@ implement {
implement {
name = "uchar",
- arguments = { "integer", "integer" },
+ arguments = "2 integers",
actions = function(h,l)
context(utfchar(h*256+l))
end