[latex3-commits] [latex3/latex2e] develop: Use 'cmd' instead of 'function' (f2d1710f)
github at latex-project.org
github at latex-project.org
Sat May 13 11:00:11 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/f2d1710fac1bf9310c007c984385f509ec018d70
>---------------------------------------------------------------
commit f2d1710fac1bf9310c007c984385f509ec018d70
Author: dr-scsi <59777257+dr-scsi at users.noreply.github.com>
Date: Tue Apr 25 11:07:56 2023 +0200
Use 'cmd' instead of 'function'
* base/doc/usrguide.tex (subsection{Access to the argument
specification}): Talk about 'cmd' instead of 'function' like in
the rest of the document.
>---------------------------------------------------------------
f2d1710fac1bf9310c007c984385f509ec018d70
base/doc/usrguide.tex | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/base/doc/usrguide.tex b/base/doc/usrguide.tex
index f06850af..090b005f 100644
--- a/base/doc/usrguide.tex
+++ b/base/doc/usrguide.tex
@@ -844,23 +844,23 @@ The argument specifications for document commands and environments are
available for examination and use.
\begin{decl}
- |\GetDocumentCommandArgSpec| \arg{function} \\
+ |\GetDocumentCommandArgSpec| \arg{cmd} \\
|\GetDocumentEnvironmentArgSpec| \arg{environment}
\end{decl}
These functions transfer the current argument specification for the
-requested \meta{function} or \meta{environment} into the token list
-variable \cs{ArgumentSpecification}. If the \meta{function} or
+requested \meta{cmd} or \meta{environment} into the token list
+variable \cs{ArgumentSpecification}. If the \meta{cmd} or
\meta{environment} has no known argument specification then an error
is issued. The assignment to \cs{ArgumentSpecification} is local to
the current \TeX{} group.
\begin{decl}
- |\ShowDocumentCommandArgSpec| \arg{function} \\
+ |\ShowDocumentCommandArgSpec| \arg{cmd} \\
|\ShowDocumentEnvironmentArgSpec| \arg{environment}
\end{decl}
These functions show the current argument specification for the
-requested \meta{function} or \meta{environment} at the terminal. If
-the \meta{function} or \meta{environment} has no known argument
+requested \meta{cmd} or \meta{environment} at the terminal. If
+the \meta{cmd} or \meta{environment} has no known argument
specification then an error is issued.
More information about the latex3-commits
mailing list.