Skip to content

Commit

Permalink
Move some newlines from message text
Browse files Browse the repository at this point in the history
Preparation for message formatting changes.
  • Loading branch information
josephwright committed Oct 15, 2018
1 parent 4930947 commit 979341a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion l3kernel/l3msg.dtx
Expand Up @@ -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}
Expand Down Expand Up @@ -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 }
Expand Down Expand Up @@ -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 }
Expand Down Expand Up @@ -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}
}
}
Expand Down

0 comments on commit 979341a

Please sign in to comment.