summaryrefslogtreecommitdiff
path: root/luatexbase-mcb.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'luatexbase-mcb.dtx')
-rw-r--r--luatexbase-mcb.dtx2
1 files changed, 1 insertions, 1 deletions
diff --git a/luatexbase-mcb.dtx b/luatexbase-mcb.dtx
index 6d23eb8..a09cd81 100644
--- a/luatexbase-mcb.dtx
+++ b/luatexbase-mcb.dtx
@@ -988,7 +988,7 @@ end
% \begin{macrocode}
function add_hyphenate()
luatexbase.add_to_callback('hyphenate', function(head, tail)
- texio.write_nl("I'm a dummy hyphenate")
+ texio.write_nl("I'm a dummy (false) hyphenate") return false
end,
'dummy hyphenate')
luatexbase.add_to_callback('hyphenate', function(head, tail)