diff options
Diffstat (limited to 'web2c')
-rw-r--r-- | web2c/contextcnf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web2c/contextcnf.lua b/web2c/contextcnf.lua index 7867374f2..86756058b 100644 --- a/web2c/contextcnf.lua +++ b/web2c/contextcnf.lua @@ -123,7 +123,7 @@ return { -- texconfig.function_size = 32768 -- texconfig.properties_size = 10000 - -- These are for metaluatex: + -- These are for luametatex: ["luametatex.errorlinesize"] = { size = 250 }, -- max = 255 ["luametatex.halferrorlinesize"] = { size = 250 }, -- max = 255 |