summaryrefslogtreecommitdiff
path: root/tex/context/base/syst-aux.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/syst-aux.lua')
-rw-r--r--tex/context/base/syst-aux.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/syst-aux.lua b/tex/context/base/syst-aux.lua
index 7eec63e4f..71c56169f 100644
--- a/tex/context/base/syst-aux.lua
+++ b/tex/context/base/syst-aux.lua
@@ -57,7 +57,7 @@ local pattern = C(utf8character^-1)
local ctx_doifelse = commands.doifelse
implement {
- name = "doiffirstcharelse",
+ name = "doifelsefirstchar",
arguments = { "string", "string" },
actions = function(str)
ctx_doifelse(lpegmatch(pattern,str) == chr)