diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx index 8ab6c3d7967..3e7e396c902 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3fp-traps.dtx @@ -36,7 +36,7 @@ % %<*driver> \documentclass[full]{l3doc} -\GetIdInfo$Id: l3fp-traps.dtx 4712 2014-04-30 08:17:49Z joseph $ +\GetIdInfo$Id: l3fp-traps.dtx 5354 2014-08-23 01:35:39Z bruno $ {L3 Floating-point exception trapping} \begin{document} \DocInput{\jobname.dtx} @@ -178,7 +178,10 @@ \__msg_kernel_error:nnxx { kernel } { unknown-fpu-trap-type } {#1} {#2} } - { \__msg_kernel_error:nnx { kernel } { unknown-fpu-exception } {#1} } + { + \__msg_kernel_error:nnx + { kernel } { unknown-fpu-exception } {#1} + } } } % \end{macrocode} @@ -395,7 +398,10 @@ % Some messages. % \begin{macrocode} \__msg_kernel_new:nnnn { kernel } { unknown-fpu-exception } - { The~FPU~exception~'#1'~is~not~known:~that~trap~will~never~be~triggered. } + { + The~FPU~exception~'#1'~is~not~known:~ + that~trap~will~never~be~triggered. + } { The~only~exceptions~to~which~traps~can~be~attached~are \\ \iow_indent:n |