summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/math-fbk.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/math-fbk.lmt')
-rw-r--r--tex/context/base/mkxl/math-fbk.lmt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/math-fbk.lmt b/tex/context/base/mkxl/math-fbk.lmt
index 185bb0d55..052f15f50 100644
--- a/tex/context/base/mkxl/math-fbk.lmt
+++ b/tex/context/base/mkxl/math-fbk.lmt
@@ -168,7 +168,7 @@ end
-- a few examples:
-local addextra = mathematics.extras.add
+-- local addextra = mathematics.extras.add
-- addextra(0xFE350) -- MATHEMATICAL DOUBLE ARROW LEFT END
-- addextra(0xFE351) -- MATHEMATICAL DOUBLE ARROW MIDDLE PART
@@ -395,7 +395,7 @@ local addextra = mathematics.extras.add
-- local height = target.parameters.xheight / 2
-- local c, done = accent_to_extensible(target,private,data.original,unicode,height,0,nil,-height,unicode)
-- if done then
--- c.topaccent = nil -- or maybe also all the others
+-- c.topanchor = nil -- or maybe also all the others
-- end
-- return c
-- end