summaryrefslogtreecommitdiff
path: root/tex/context/base/node-tst.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/node-tst.lua')
-rw-r--r--tex/context/base/node-tst.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/node-tst.lua b/tex/context/base/node-tst.lua
index c3b555b20..bfe0051bd 100644
--- a/tex/context/base/node-tst.lua
+++ b/tex/context/base/node-tst.lua
@@ -26,7 +26,7 @@ local belowdisplayshortskip_code = skipcodes.belowdisplayshortskip
local find_node_tail = node.tail or node.slide
-function nodes.the_left_margin(n) -- todo: three values
+function nodes.leftmarginwidth(n) -- todo: three values
while n do
local id = n.id
if id == glue_code then
@@ -42,7 +42,7 @@ function nodes.the_left_margin(n) -- todo: three values
return 0
end
-function nodes.the_right_margin(n)
+function nodes.rightmarginwidth(n)
if n then
n = find_node_tail(n)
while n do