[latex3-commits] [latex3/latex3] main: Add e-type expansion to l3doc `\CodedocExplain(R)EXP` (bd81442bd)
github at latex-project.org
github at latex-project.org
Mon Oct 30 23:02:46 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/bd81442bdaae3527c1d51526ad88c17fb445d6ca
>---------------------------------------------------------------
commit bd81442bdaae3527c1d51526ad88c17fb445d6ca
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Tue Oct 31 04:41:36 2023 +0800
Add e-type expansion to l3doc `\CodedocExplain(R)EXP`
>---------------------------------------------------------------
bd81442bdaae3527c1d51526ad88c17fb445d6ca
l3kernel/l3doc.dtx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/l3kernel/l3doc.dtx b/l3kernel/l3doc.dtx
index 789095d10..f818a1544 100644
--- a/l3kernel/l3doc.dtx
+++ b/l3kernel/l3doc.dtx
@@ -1930,9 +1930,9 @@ and all files in that bundle must be distributed together.
\raisebox{\baselineskip}[0pt][0pt]{\hypertarget{expstar}{}}%
\write \@auxout { \def \string \Codedoc at expstar { } }
\@@_typeset_exp:\ indicates~fully~expandable~functions,~which~
- can~be~used~within~an~\texttt{x}-type~argument~(in~plain~
- \TeX{}~terms,~inside~an~\cs{edef}),~as~well~as~within~an~
- \texttt{f}-type~argument.
+ can~be~used~within~an~\texttt{e}-type~argument~(inside~an~\tn{expanded}),~
+ \texttt{x}-type~argument~(in~plain~\TeX{}~terms,~inside~an~\tn{edef}),~
+ as~well~as~within~an~\texttt{f}-type~argument.
}
\NewDocumentCommand { \CodedocExplainREXP } { }
{
@@ -1940,8 +1940,8 @@ and all files in that bundle must be distributed together.
\write \@auxout { \def \string \Codedoc at rexpstar { } }
\@@_typeset_rexp:\ indicates~
restricted~expandable~functions,~which~can~be~used~within~an~
- \texttt{x}-type~argument~but~cannot~be~fully~expanded~within~an~
- \texttt{f}-type~argument.
+ \texttt{x}-type~argument~or~an~\texttt{e}-type~argument,~
+ but~cannot~be~fully~expanded~within~an~\texttt{f}-type~argument.
}
\NewDocumentCommand { \CodedocExplainTF } { }
{
More information about the latex3-commits
mailing list.