summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-10 23:29:10 +0000
committerKarl Berry <karl@freefriends.org>2017-02-10 23:29:10 +0000
commitd12b5fe6d47c6b6188b48f5a442dc625b1eea5b1 (patch)
treea5bc026f17eac7f835275add9e1b4ab1b6e6519e /Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
parent8e54a5b67ae2ca6fd34f9e2ddb28e00e3454453b (diff)
l3 (10feb17)
git-svn-id: svn://tug.org/texlive/trunk@43183 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3doc.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3doc.dtx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx b/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
index fc90688aa63..c1f0e04c7aa 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
@@ -62,7 +62,7 @@ Do not distribute a modified version of this file.
%
%<*driver|class>
\RequirePackage{expl3,xparse,calc}
-\GetIdInfo$Id: l3doc.dtx 6839 2017-02-06 18:52:08Z bruno $
+\GetIdInfo$Id: l3doc.dtx 6847 2017-02-07 15:05:44Z bruno $
{L3 Experimental documentation class}
%</driver|class>
%
@@ -2159,7 +2159,7 @@ Do not distribute a modified version of this file.
% \begin{macrocode}
\cs_new_protected:Npn \@@_deprecated_on:n #1
{
- \@@_date_compare:nNnT {#1} < { \tex_year:D / \tex_month:D / \tex_day:D }
+ \@@_date_compare:nNnT {#1} < { \tex_year:D - \tex_month:D - \tex_day:D }
{
\msg_error:nnxx { l3doc } { deprecated-function }
{ \tl_to_str:N \l_@@_macro_argument_tl } {#1}