summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3kernel/l3doc.cls
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/tex/latex/l3kernel/l3doc.cls
parent8e54a5b67ae2ca6fd34f9e2ddb28e00e3454453b (diff)
l3 (10feb17)
git-svn-id: svn://tug.org/texlive/trunk@43183 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel/l3doc.cls')
-rw-r--r--Master/texmf-dist/tex/latex/l3kernel/l3doc.cls4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/l3doc.cls b/Master/texmf-dist/tex/latex/l3kernel/l3doc.cls
index 0896fd6aa64..9bbfb2dfdce 100644
--- a/Master/texmf-dist/tex/latex/l3kernel/l3doc.cls
+++ b/Master/texmf-dist/tex/latex/l3kernel/l3doc.cls
@@ -24,7 +24,7 @@
\let \fileversionOld \ExplFileVersion
\let \filedescriptionOld \ExplFileDescription
\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}
\ProvidesExplClass
{\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
@@ -842,7 +842,7 @@
}
\cs_new_protected:Npn \__codedoc_deprecated_on:n #1
{
- \__codedoc_date_compare:nNnT {#1} < { \tex_year:D / \tex_month:D / \tex_day:D }
+ \__codedoc_date_compare:nNnT {#1} < { \tex_year:D - \tex_month:D - \tex_day:D }
{
\msg_error:nnxx { l3doc } { deprecated-function }
{ \tl_to_str:N \l__codedoc_macro_argument_tl } {#1}