summaryrefslogtreecommitdiff
path: root/tex/context/base/luat-mac.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/luat-mac.lua')
-rw-r--r--tex/context/base/luat-mac.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/luat-mac.lua b/tex/context/base/luat-mac.lua
index 7287692fc..d0543250c 100644
--- a/tex/context/base/luat-mac.lua
+++ b/tex/context/base/luat-mac.lua
@@ -122,7 +122,7 @@ local grammar = { "converter",
texcode = pushlocal
* startcode
* spaces
- * (name * spaces)^1 -- new: multiple
+ * (csname * spaces)^1 -- new: multiple, new:csname instead of name
-- * (declaration + furthercomment + (1 - newline - space))^0
* ((declaration * (space^0/""))^1 + furthercomment + (1 - newline - space))^0 -- accepts #a #b #c
* V("texbody")