[latex3-commits] [git/LaTeX3-latex3-latex2e] gh479: Info rather than warning (e7a73a7e)

PhelypeOleinik phelype.oleinik at latex-project.org
Fri Mar 12 03:17:41 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : gh479
Link       : https://github.com/latex3/latex2e/commit/e7a73a7e7fcd49d1d328873191b58752e71dd235

>---------------------------------------------------------------

commit e7a73a7e7fcd49d1d328873191b58752e71dd235
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Thu Mar 11 23:17:41 2021 -0300

    Info rather than warning
    
    Or maybe it could just be \use_none:nnn


>---------------------------------------------------------------

e7a73a7e7fcd49d1d328873191b58752e71dd235
 base/latexrelease.dtx | 2 +-
 base/lthooks.dtx      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/latexrelease.dtx b/base/latexrelease.dtx
index 0eabe65c..d15b4003 100644
--- a/base/latexrelease.dtx
+++ b/base/latexrelease.dtx
@@ -525,7 +525,7 @@ of this package available from CTAN}
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\cs_set_eq:NN \__kernel_msg_error:nnx  \__kernel_msg_warning:nnx  % not sure what else is there
+\cs_set_eq:NN \__kernel_msg_error:nnx  \__kernel_msg_info:nnx
 \cs_set_eq:NN \__kernel_msg_new:nn     \__kernel_msg_set:nn
 \cs_set_eq:NN \__kernel_msg_new:nnn    \__kernel_msg_set:nnn
 \cs_set_eq:NN \msg_new:nn   \msg_set:nn
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index 803914b4..45ae25c3 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -4234,7 +4234,7 @@
 %<latexrelease>  \q_recursion_tail \q_recursion_tail
 %<latexrelease>  \q_recursion_tail \q_recursion_stop
 %    \end{macrocode}
-%   and finalle set the default label to be the \cs{@currname}:
+%   and finally set the default label to be the \cs{@currname}:
 %    \begin{macrocode}
 %<latexrelease>\tl_gset:Nx \g_@@_hook_curr_name_tl { \@currname }
 %    \end{macrocode}





More information about the latex3-commits mailing list.