[latex3-commits] [l3svn] 03/03: A couple of odd spaces fixed
noreply at latex-project.org
noreply at latex-project.org
Thu Mar 24 11:49:49 CET 2016
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit a774d95706b662ee043cae87ee7b0e48575298cc
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Mar 24 10:14:44 2016 +0000
A couple of odd spaces fixed
---
l3kernel/l3msg.dtx | 6 +++---
l3kernel/testfiles/m3msg001.tlg | 16 ++++++++--------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/l3kernel/l3msg.dtx b/l3kernel/l3msg.dtx
index 172c60a..66c835c 100644
--- a/l3kernel/l3msg.dtx
+++ b/l3kernel/l3msg.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-%% File: l3msg.dtx Copyright (C) 2009-2015 The LaTeX3 Project
+%% File: l3msg.dtx Copyright (C) 2009-2016 The LaTeX3 Project
%%
%% It may be distributed and/or modified under the conditions of the
%% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -1790,7 +1790,7 @@
{ Message~'#2'~for~module~'#1'~already~defined. }
{
\c_@@_coding_error_text_tl
- LaTeX~was~asked~to~define~a~new~message~called~'#2'\
+ LaTeX~was~asked~to~define~a~new~message~called~'#2'\\
by~the~module~'#1':~this~message~already~exists.
\c_@@_return_text_tl
}
@@ -1858,7 +1858,7 @@
\@@_kernel_new:nnnn { kernel } { out-of-registers }
{ No~room~for~a~new~#1. }
{
- TeX~only~supports~\int_use:N \c_max_register_int \
+ TeX~only~supports~\int_use:N \c_max_register_int \ %
of~each~type.~All~the~#1~registers~have~been~used.~
This~run~will~be~aborted~now.
}
diff --git a/l3kernel/testfiles/m3msg001.tlg b/l3kernel/testfiles/m3msg001.tlg
index 4f5c0f6..b97b47c 100644
--- a/l3kernel/testfiles/m3msg001.tlg
+++ b/l3kernel/testfiles/m3msg001.tlg
@@ -28,8 +28,8 @@ l. ...}
|'''''''''''''''''''''''''''''''''''''''''''''''
| This is a coding error.
|
-| LaTeX was asked to define a new message called 'othername' by the module
-| 'module': this message already exists.
+| LaTeX was asked to define a new message called 'othername'
+| by the module 'module': this message already exists.
|
| Try typing <return> to proceed.
| If that doesn't work, type X <return> to quit.
@@ -49,8 +49,8 @@ l. ...}
|'''''''''''''''''''''''''''''''''''''''''''''''
| This is a coding error.
|
-| LaTeX was asked to define a new message called 'othername' by the module
-| 'module': this message already exists.
+| LaTeX was asked to define a new message called 'othername'
+| by the module 'module': this message already exists.
|
| Try typing <return> to proceed.
| If that doesn't work, type X <return> to quit.
@@ -354,8 +354,8 @@ l. ...}
|'''''''''''''''''''''''''''''''''''''''''''''''
| This is a coding error.
|
-| LaTeX was asked to define a new message called 'division/othername' by the
-| module 'LaTeX': this message already exists.
+| LaTeX was asked to define a new message called 'division/othername'
+| by the module 'LaTeX': this message already exists.
|
| Try typing <return> to proceed.
| If that doesn't work, type X <return> to quit.
@@ -375,8 +375,8 @@ l. ...}
|'''''''''''''''''''''''''''''''''''''''''''''''
| This is a coding error.
|
-| LaTeX was asked to define a new message called 'division/othername' by the
-| module 'LaTeX': this message already exists.
+| LaTeX was asked to define a new message called 'division/othername'
+| by the module 'LaTeX': this message already exists.
|
| Try typing <return> to proceed.
| If that doesn't work, type X <return> to quit.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list