summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/strc-mar.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/strc-mar.lmt')
-rw-r--r--tex/context/base/mkxl/strc-mar.lmt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/strc-mar.lmt b/tex/context/base/mkxl/strc-mar.lmt
index e5266daf0..61972009c 100644
--- a/tex/context/base/mkxl/strc-mar.lmt
+++ b/tex/context/base/mkxl/strc-mar.lmt
@@ -109,7 +109,7 @@ implement {
}
implement {
- name = "getsynchronizedmarking",
+ name = "getsynchronizemarking",
arguments = { "integer", "string", "string" },
actions = function(class,category,what)
local category, n = lpegmatch(pattern,category)
@@ -136,7 +136,7 @@ implement {
}
implement {
- name = "resetsynchronizedmarking",
+ name = "resetsynchronizemarking",
arguments = "argument",
actions = function(category)
local category, n = lpegmatch(pattern,category)