summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3experimental/l3galley.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3experimental/l3galley.dtx')
-rw-r--r--macros/latex/contrib/l3experimental/l3galley.dtx12
1 files changed, 6 insertions, 6 deletions
diff --git a/macros/latex/contrib/l3experimental/l3galley.dtx b/macros/latex/contrib/l3experimental/l3galley.dtx
index d1da19f384..877e39b3da 100644
--- a/macros/latex/contrib/l3experimental/l3galley.dtx
+++ b/macros/latex/contrib/l3experimental/l3galley.dtx
@@ -61,7 +61,7 @@
% }^^A
% }
%
-% \date{Released 2021-08-04}
+% \date{Released 2021-08-27}
%
% \maketitle
%
@@ -686,7 +686,7 @@
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplPackage{l3galley}{2021-08-04}{}
+\ProvidesExplPackage{l3galley}{2021-08-27}{}
{L3 Experimental galley code}
% \end{macrocode}
%
@@ -1983,14 +1983,14 @@
{ \galley_vspace_set_single:n {#1} }
{
\dim_compare:nNnT
- { \tex_glueexpr:D \g_@@_interpar_vspace_user_tl }
+ { \tex_glueexpr:D \g_@@_interpar_vspace_user_tl }
< { \tex_glueexpr:D (#1) \scan_stop: }
{ \galley_vspace_set_single:n {#1} }
}
}
% \end{macrocode}
% \end{macro}
-%
+%
%
% \begin{macro}{\parskip}
% For the package, the \cs{parskip} primitive is moved out of the
@@ -2126,7 +2126,7 @@
\cs_new_protected:Npn \galley_break_line:Nn #1#2
{
\mode_if_vertical:TF
- { \__kernel_msg_error:nn { galley } { no-line-to-end } }
+ { \msg_error:nn { galley } { no-line-to-end } }
{
\tex_unskip:D
\bool_if:NF #1
@@ -2458,7 +2458,7 @@
% \subsection{Messages}
%
% \begin{macrocode}
-\__kernel_msg_new:nnn { galley } { no-line-to-end }
+\msg_new:nnn { galley } { no-line-to-end }
{ There's~no~line~here~to~end. }
% \end{macrocode}
%