summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
diff options
context:
space:
mode:
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, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx b/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
index bea9cf251ce..1a77c975255 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
@@ -78,7 +78,7 @@ Do not distribute a modified version of this file.
%</driver|class>
%
%<*driver|class>
-\GetIdInfo$Id: l3doc.dtx 4130 2012-08-20 21:30:22Z joseph $
+\GetIdInfo$Id: l3doc.dtx 4230 2012-09-24 21:44:28Z joseph $
{L3 Experimental documentation class}
%</driver|class>
%
@@ -2061,6 +2061,7 @@ Do not distribute a modified version of this file.
\clist_map_inline:nn {#1}
{
\clist_put_right:Nn \g_docinput_clist {##1}
+ \tl_gclear:N \g_@@_module_name_tl
\MakePercentIgnore
\input{##1}
\MakePercentComment
@@ -2078,6 +2079,7 @@ Do not distribute a modified version of this file.
\clist_map_inline:Nn \g_docinput_clist
{
\MakePercentIgnore
+ \tl_gclear:N \g_@@_module_name_tl
\input{##1}
\MakePercentComment
}