[latex3-commits] [git/LaTeX3-latex3-latex3] master: Move some newlines from message text (979341a)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Oct 15 13:20:14 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/979341afa4e3a2cea64ff1e4fdadb966c1c8d5cc
>---------------------------------------------------------------
commit 979341afa4e3a2cea64ff1e4fdadb966c1c8d5cc
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Oct 15 12:20:14 2018 +0100
Move some newlines from message text
Preparation for message formatting changes.
>---------------------------------------------------------------
979341afa4e3a2cea64ff1e4fdadb966c1c8d5cc
l3kernel/l3msg.dtx | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/l3kernel/l3msg.dtx b/l3kernel/l3msg.dtx
index a8f7c04..64657f3 100644
--- a/l3kernel/l3msg.dtx
+++ b/l3kernel/l3msg.dtx
@@ -887,7 +887,7 @@
}
\cs_new:Npn \msg_see_documentation_text:n #1
{
- \\ \\ See~the~ \msg_module_name:n {#1} ~
+ See~the~ \msg_module_name:n {#1} ~
documentation~for~further~information.
}
% \end{macrocode}
@@ -957,6 +957,7 @@
{ \msg_fatal_text:n {#1} : ~ "#2" }
{
\use:c { \c_@@_text_prefix_tl #1 / #2 } {#3} {#4} {#5} {#6}
+ \\ \\
\msg_see_documentation_text:n {#1}
}
{ \c_@@_fatal_text_tl }
@@ -985,6 +986,7 @@
{ \msg_critical_text:n {#1} : ~ "#2" }
{
\use:c { \c_@@_text_prefix_tl #1 / #2 } {#3} {#4} {#5} {#6}
+ \\ \\
\msg_see_documentation_text:n {#1}
}
{ \c_@@_critical_text_tl }
@@ -1020,6 +1022,7 @@
{ \msg_error_text:n {#1} : ~ "#2" }
{
\use:c { \c_@@_text_prefix_tl #1 / #2 } {#3} {#4} {#5} {#6}
+ \\ \\
\msg_see_documentation_text:n {#1}
}
}
More information about the latex3-commits
mailing list