Skip to content

Commit

Permalink
Shorten coffin message names
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Feb 18, 2021
1 parent 2403a2c commit 8c9c611
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions l3kernel/l3coffins.dtx
Expand Up @@ -566,7 +566,7 @@
\coffin_if_exist:NTF #1
{ #2 }
{
\__kernel_msg_error:nnx { coffin } { unknown-coffin }
\__kernel_msg_error:nnx { coffin } { unknown }
{ \token_to_str:N #1 }
}
}
Expand Down Expand Up @@ -913,7 +913,7 @@
\prop_get:cnNF
{ coffin ~ \@@_to_value:N #1 ~ poles } {#2} #3
{
\__kernel_msg_error:nnxx { coffin } { unknown-coffin-pole }
\__kernel_msg_error:nnxx { coffin } { unknown-pole }
{ \exp_not:n {#2} } { \token_to_str:N #1 }
\tl_set:Nn #3 { { 0pt } { 0pt } { 0pt } { 0pt } }
}
Expand Down Expand Up @@ -2463,7 +2463,7 @@
{
\@@_if_exist:NT #2
{
#1 { coffin } { show-coffin }
#1 { coffin } { show }
{ \token_to_str:N #2 }
{
\iow_newline: >~ ht ~=~ \dim_eval:n { \coffin_ht:N #2 }
Expand Down Expand Up @@ -2491,16 +2491,16 @@
but~they~do~not~have~a~unique~meeting~point:~
the~value~(0pt,~0pt)~will~be~used.
}
\__kernel_msg_new:nnnn { coffin } { unknown-coffin }
\__kernel_msg_new:nnnn { coffin } { unknown }
{ Unknown~coffin~'#1'. }
{ The~coffin~'#1'~was~never~defined. }
\__kernel_msg_new:nnnn { coffin } { unknown-coffin-pole }
\__kernel_msg_new:nnnn { coffin } { unknown-pole }
{ Pole~'#1'~unknown~for~coffin~'#2'. }
{
LaTeX~was~asked~to~find~a~typesetting~pole~for~a~coffin,~
but~either~the~coffin~does~not~exist~or~the~pole~name~is~wrong.
}
\__kernel_msg_new:nnn { coffin } { show-coffin }
\__kernel_msg_new:nnn { coffin } { show }
{
Size~of~coffin~#1 : #2 \\
Poles~of~coffin~#1 : #3 .
Expand Down

0 comments on commit 8c9c611

Please sign in to comment.