[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct an error message (de02088)
Bruno Le Floch
bruno at le-floch.fr
Tue Apr 3 06:09:35 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/de0208824979ade913a5f979e58c0375f0bcb2d0
>---------------------------------------------------------------
commit de0208824979ade913a5f979e58c0375f0bcb2d0
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Tue Apr 3 00:09:35 2018 -0400
Correct an error message
>---------------------------------------------------------------
de0208824979ade913a5f979e58c0375f0bcb2d0
l3kernel/l3sort.dtx | 2 +-
l3kernel/testfiles/m3sort001.luatex.tlg | 6 +++---
l3kernel/testfiles/m3sort001.tlg | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/l3kernel/l3sort.dtx b/l3kernel/l3sort.dtx
index fc3c8e5..ffc4211 100644
--- a/l3kernel/l3sort.dtx
+++ b/l3kernel/l3sort.dtx
@@ -1069,7 +1069,7 @@
{
TeX~has~#2~toks~registers~still~available:~
this~only~allows~to~sort~with~up~to~#3~
- items.~All~extra~items~will~be~deleted.
+ items.~The~list~will~not~be~sorted.
}
% \end{macrocode}
% \end{macro}
diff --git a/l3kernel/testfiles/m3sort001.luatex.tlg b/l3kernel/testfiles/m3sort001.luatex.tlg
index 29d4b34..636c879 100644
--- a/l3kernel/testfiles/m3sort001.luatex.tlg
+++ b/l3kernel/testfiles/m3sort001.luatex.tlg
@@ -43,7 +43,7 @@ TEST 4: sort too long
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| TeX has 65235 toks registers still available: this only allows to sort with
-| up to 48851 items. All extra items will be deleted.
+| up to 48851 items. The list will not be sorted.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
@@ -58,7 +58,7 @@ l. ... }
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| TeX has 65234 toks registers still available: this only allows to sort with
-| up to 48850 items. All extra items will be deleted.
+| up to 48850 items. The list will not be sorted.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
@@ -73,7 +73,7 @@ l. ... }
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| TeX has 65233 toks registers still available: this only allows to sort with
-| up to 48849 items. All extra items will be deleted.
+| up to 48849 items. The list will not be sorted.
|...............................................
============================================================
============================================================
diff --git a/l3kernel/testfiles/m3sort001.tlg b/l3kernel/testfiles/m3sort001.tlg
index 9745280..f882cc7 100644
--- a/l3kernel/testfiles/m3sort001.tlg
+++ b/l3kernel/testfiles/m3sort001.tlg
@@ -43,7 +43,7 @@ TEST 4: sort too long
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| TeX has 32467 toks registers still available: this only allows to sort with
-| up to 24275 items. All extra items will be deleted.
+| up to 24275 items. The list will not be sorted.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
@@ -58,7 +58,7 @@ l. ... }
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| TeX has 32466 toks registers still available: this only allows to sort with
-| up to 24274 items. All extra items will be deleted.
+| up to 24274 items. The list will not be sorted.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
@@ -73,7 +73,7 @@ l. ... }
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| TeX has 32465 toks registers still available: this only allows to sort with
-| up to 24273 items. All extra items will be deleted.
+| up to 24273 items. The list will not be sorted.
|...............................................
============================================================
============================================================
More information about the latex3-commits
mailing list