[latex3-commits] [l3svn] 01/03: Reverse erroneous \Arg => \meta change

noreply at latex-project.org noreply at latex-project.org
Wed Sep 2 17:34:43 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit d71974a2e7d683cd5da3264ebfee541e0491783e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Sep 2 15:50:27 2015 +0100

    Reverse erroneous \Arg => \meta change
---
 l3kernel/l3tl.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index 9f456dc..1bdf293 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -453,8 +453,8 @@
 % \begin{function}[added = 2012-05-24, updated = 2012-06-05, EXP,pTF]
 %   {\tl_if_empty:n, \tl_if_empty:V, \tl_if_empty:o}
 %   \begin{syntax}
-%     \cs{tl_if_empty_p:n} \meta{token list}
-%     \cs{tl_if_empty:nTF} \meta{token list} \Arg{true code} \Arg{false code}
+%     \cs{tl_if_empty_p:n} \Arg{token list}
+%     \cs{tl_if_empty:nTF} \Arg{token list} \Arg{true code} \Arg{false code}
 %   \end{syntax}
 %   Tests if the \meta{token list} is entirely empty
 %   (\emph{i.e.}~contains no tokens at all).

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list