summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-09-19 20:46:32 +0000
committerKarl Berry <karl@freefriends.org>2019-09-19 20:46:32 +0000
commitbaf4b7dab9fc6d675d83c88ccfd7ca7824c38355 (patch)
treef0662e22786e1298055567645b110894653667d9 /Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
parente86345f5dc9769da6df2b57003f79e20506092cd (diff)
l3 (19sep19)
git-svn-id: svn://tug.org/texlive/trunk@52129 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.dtx10
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx b/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
index ddf37635068..30270adf8a8 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
@@ -79,7 +79,7 @@ and all files in that bundle must be distributed together.
%
% \title{The \cls{l3doc} class}
% \author{\Team}
-% \date{Released 2019-09-08}
+% \date{Released 2019-09-19}
% \maketitle
% \tableofcontents
%
@@ -1474,11 +1474,9 @@ and all files in that bundle must be distributed together.
{ Local~config~file~l3doc.cfg~loaded. }
\file_if_exist:nT { l3doc.cfg }
{
- \file_input:nT { l3doc.cfg }
- {
- \cs_if_exist:cF { ExplMakeTitle }
- { \msg_info:nn { l3doc } { input-cfg } }
- }
+ \file_input:n { l3doc.cfg }
+ \cs_if_exist:cF { ExplMakeTitle }
+ { \msg_info:nn { l3doc } { input-cfg } }
}
% \end{macrocode}
%