summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/typo-dir.mkiv
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/typo-dir.mkiv')
-rw-r--r--Master/texmf-dist/tex/context/base/typo-dir.mkiv4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/typo-dir.mkiv b/Master/texmf-dist/tex/context/base/typo-dir.mkiv
index b4e7cb67fb0..33f11d9c8be 100644
--- a/Master/texmf-dist/tex/context/base/typo-dir.mkiv
+++ b/Master/texmf-dist/tex/context/base/typo-dir.mkiv
@@ -5,7 +5,7 @@
%D subtitle=Directions,
%D author=Hans Hagen,
%D date=\currentdate,
-%D copyright=\PRAGMA]
+%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
@@ -91,7 +91,7 @@
\startluacode
function documentdata.split_tokens(str)
for s in str:bytes() do
- tex.sprint(tex.ctxcatcodes,string.format("\\hbox{\\char %s}",s))
+ context.sprint(tex.ctxcatcodes,string.format("\\hbox{\\char %s}",s))
end
end
\stopluacode