summaryrefslogtreecommitdiff
path: root/tex/context/base/node-tex.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/node-tex.lua')
-rw-r--r--tex/context/base/node-tex.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/node-tex.lua b/tex/context/base/node-tex.lua
index c5781ab5a..a6eef3269 100644
--- a/tex/context/base/node-tex.lua
+++ b/tex/context/base/node-tex.lua
@@ -34,6 +34,6 @@ function kernel.kerning(head)
return head, done
end
-callback.register('hyphenate' , false)
-callback.register('ligaturing', false)
-callback.register('kerning' , false)
+callbacks.register('hyphenate' , false, "normal hyphenation routine, called elsewhere")
+callbacks.register('ligaturing', false, "normal ligaturing routine, called elsewhere")
+callbacks.register('kerning' , false, "normal kerning routine, called elsewhere")