summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/luatex/luatexbase/luatexbase.sty26
-rw-r--r--Master/texmf-dist/tex/luatex/luatexbase/mcb.lua2
2 files changed, 14 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/luatex/luatexbase/luatexbase.sty b/Master/texmf-dist/tex/luatex/luatexbase/luatexbase.sty
index bb66eef832f..734a860310a 100644
--- a/Master/texmf-dist/tex/luatex/luatexbase/luatexbase.sty
+++ b/Master/texmf-dist/tex/luatex/luatexbase/luatexbase.sty
@@ -1,16 +1,16 @@
-\MetaPrefix
-\MetaPrefix This is file `luatexbase.sty',
-\MetaPrefix generated with the docstrip utility.
-\MetaPrefix
-\MetaPrefix The original source files were:
-\MetaPrefix
-\MetaPrefix luatexbase.dtx (with options: `texpackage')
-\MetaPrefix
-\MetaPrefix Written in 2009, 2010 by Manuel Pegourie-Gonnard and Elie Roux.
-\MetaPrefix
-\MetaPrefix This work is under the CC0 license.
-\MetaPrefix See source file 'luatexbase.dtx' for details.
-\MetaPrefix
+%%
+%% This is file `luatexbase.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% luatexbase.dtx (with options: `texpackage')
+%%
+%% Written in 2009, 2010 by Manuel Pegourie-Gonnard and Elie Roux.
+%%
+%% This work is under the CC0 license.
+%% See source file 'luatexbase.dtx' for details.
+%%
\csname lltxb@core@loaded\endcsname
\expandafter\let\csname lltxb@core@loaded\endcsname\endinput
\begingroup
diff --git a/Master/texmf-dist/tex/luatex/luatexbase/mcb.lua b/Master/texmf-dist/tex/luatex/luatexbase/mcb.lua
index a71820582e6..ff4605af30d 100644
--- a/Master/texmf-dist/tex/luatex/luatexbase/mcb.lua
+++ b/Master/texmf-dist/tex/luatex/luatexbase/mcb.lua
@@ -343,7 +343,7 @@ function priority_in_callback (name, description)
end
callback.register = function ()
err("function callback.register has been deleted by luamcallbacks, "
-.."please use callback.add instead.")
+.."please use luatexbase.add_to_callback instead.")
end
--
-- End of File `mcb.lua'.