summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/macrolist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-07-24 20:47:14 +0000
committerKarl Berry <karl@freefriends.org>2021-07-24 20:47:14 +0000
commit3318e395398a1c757b4602b5a32f91b39a49fb91 (patch)
tree29e8f94a0bfbb56713aae28079fc6edb434fa66a /Master/texmf-dist/source/latex/macrolist
parentcfe79507336a956c92024e463bc391e2fa182124 (diff)
macrolist (24jul21)
git-svn-id: svn://tug.org/texlive/trunk@60040 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/macrolist')
-rw-r--r--Master/texmf-dist/source/latex/macrolist/macrolist.dtx5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/macrolist/macrolist.dtx b/Master/texmf-dist/source/latex/macrolist/macrolist.dtx
index 59fc82d4e3e..3ccbc85edc1 100644
--- a/Master/texmf-dist/source/latex/macrolist/macrolist.dtx
+++ b/Master/texmf-dist/source/latex/macrolist/macrolist.dtx
@@ -16,7 +16,7 @@
%<*package>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{macrolist}[2021/07/22 v1.1.0 Create lists of macros and perform operations on them]
+\ProvidesPackage{macrolist}[2021/07/23 v1.1.1 Create lists of macros and perform operations on them]
\RequirePackage{pgffor}
%</package>
@@ -186,10 +186,11 @@
% \fi
%
% \DescribeMacro{\listforeach}
+% \changes{v1.1.1}{2021/07/23}{Fix foreach doc by removing incorrect begin}
%
% To write a for each loop, write
% \begin{verbatim}
-%\begin{listforeach}{listname}{\element}[begin][end]{action}
+%\listforeach{listname}{\element}[begin][end]{action}
% \end{verbatim}
%
%