[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Correct/clarify docs (8715a27a)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Jan 6 15:23:40 CET 2022


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/8715a27ab7481b208a395ff8152375fc48e3c0f1

>---------------------------------------------------------------

commit 8715a27ab7481b208a395ff8152375fc48e3c0f1
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jan 6 14:23:40 2022 +0000

    Correct/clarify docs


>---------------------------------------------------------------

8715a27ab7481b208a395ff8152375fc48e3c0f1
 base/doc/usrguide3.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/doc/usrguide3.tex b/base/doc/usrguide3.tex
index 3ec1b302..01196801 100644
--- a/base/doc/usrguide3.tex
+++ b/base/doc/usrguide3.tex
@@ -799,7 +799,7 @@ about the argument signature.
 
 \begin{decl}
   |\UseName|  \arg{string} \\
-  |\ExpandArgs|  \arg{cmd} \arg{spec} \arg{arg1} \arg{args2}
+  |\ExpandArgs| \arg{spec} \arg{cmd} \arg{string1} \dots
 \end{decl}
 
 When declaring new commands with \cs{NewDocumentCommand} or
@@ -814,7 +814,7 @@ offer a mechanism to access this ability using CamelCase naming.
 then executes it: this is equivalent to the long-standing
 \LaTeXe{} internal command \cs{@nameuse}, or the L3 programming
 equivalent \cs{use:c}. \cs{ExpandArgs} takes a \meta{spec} which
-describes how to expand the \meta{args}, carries out these
+describes how to expand the \meta{strings}, carries out these
 operations then executes the \meta{cmd}. The \meta{spec} uses
 the descriptions offered by the L3 programming layer, and the
 relevant \cs{exp_args:N...} function must exist. Common cases will





More information about the latex3-commits mailing list.