diff options
author | Hans Hagen <pragma@wxs.nl> | 2021-08-24 22:54:31 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2021-08-24 22:54:31 +0200 |
commit | 59dfd8f21ca1a5c793a89b6af87a28df5a78a3d3 (patch) | |
tree | 65f4576f84667c2c2200b42f6c0cf1de3b850ade /web2c | |
parent | 4d2f305f0f00e1d6d6c03443596a830bfb9da69c (diff) | |
download | context-59dfd8f21ca1a5c793a89b6af87a28df5a78a3d3.tar.gz |
2021-08-24 22:16:00
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 |