From 979341afa4e3a2cea64ff1e4fdadb966c1c8d5cc Mon Sep 17 00:00:00 2001 From: Joseph Wright Date: Mon, 15 Oct 2018 12:20:14 +0100 Subject: [PATCH] Move some newlines from message text Preparation for message formatting changes. --- l3kernel/l3msg.dtx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/l3kernel/l3msg.dtx b/l3kernel/l3msg.dtx index a8f7c04b72..64657f3cfe 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} } }