summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luaotfload.dtx4
1 files changed, 2 insertions, 2 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index 0096381..4409c1b 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -537,11 +537,11 @@ end
% \begin{macrocode}
\def\otfl@off{
-\luadirect{luaotfload.unregister_callbacks()}
+\directlua{luaotfload.unregister_callbacks()}
}
\def\otfl@on{
-\luadirect{luaotfload.register_callbacks()}
+\directlua{luaotfload.register_callbacks()}
}
% \end{macrocode}