[latex3-commits] [latex3/latex3] main: Mark an internal fn (see #1345) (fc324fabd)
github at latex-project.org
github at latex-project.org
Sun Nov 26 21:03:35 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/fc324fabd0f947558bcce8dab79bb943795c95a5
>---------------------------------------------------------------
commit fc324fabd0f947558bcce8dab79bb943795c95a5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Nov 26 20:02:06 2023 +0000
Mark an internal fn (see #1345)
>---------------------------------------------------------------
fc324fabd0f947558bcce8dab79bb943795c95a5
l3kernel/l3luatex.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3luatex.dtx b/l3kernel/l3luatex.dtx
index 54138e846..aaebbad94 100644
--- a/l3kernel/l3luatex.dtx
+++ b/l3kernel/l3luatex.dtx
@@ -450,7 +450,7 @@ ltxutils.filedump = filedump
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}{md5.HEX}
+% \begin{macro}[int]{md5.HEX}
% Hash a string and return the hash in uppercase hexadecimal format.
% In some engines, this is build-in. For traditional \LuaTeX{}, the conversion
% to hexadecimal has to be done by us.
@@ -681,7 +681,7 @@ if luatexbase then
if status.ini_version then
% \end{macrocode}
%
-% \begin{macro}{register_luadata}
+% \begin{macro}[int]{register_luadata}
% \texttt{register_luadata} is only available during format generation.
% It accept a string which uniquely identifies the data object and has to be
% provided to retrieve it later. Additionally it accepts a function which is
More information about the latex3-commits
mailing list.