[latex3-commits] [latex3/latex3] main: Simplify description for e-type expansion (3df473e38)
github at latex-project.org
github at latex-project.org
Wed Jun 21 06:32:01 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/3df473e38ea07b8a5f0b9d0d59825d4c7ac1e34d
>---------------------------------------------------------------
commit 3df473e38ea07b8a5f0b9d0d59825d4c7ac1e34d
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Wed Jun 21 06:23:36 2023 +0800
Simplify description for e-type expansion
>---------------------------------------------------------------
3df473e38ea07b8a5f0b9d0d59825d4c7ac1e34d
l3kernel/expl3.dtx | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/l3kernel/expl3.dtx b/l3kernel/expl3.dtx
index d95bda9fa..fb1fd5cb7 100644
--- a/l3kernel/expl3.dtx
+++ b/l3kernel/expl3.dtx
@@ -658,10 +658,9 @@
% text of an~\tn{edef}, and the expansion is passed to the function as
% a braced token list. Expansion takes place until only unexpandable
% tokens are left. |x|-type arguments cannot be nested.
-% \item[e] Fully-expanded token or braced token list which does
-% not require doubled |#| tokens. This expansions is very similar
-% to |x|-type but may be nested and does not require that |#|
-% tokens are doubled.
+% \item[e] Fully-expanded token or braced token list.\\
+% This expansion is very similar to |x|-type but may be nested and does
+% not require that |#| tokens are doubled. It uses \tn{expanded} primitive.
% \item[f] Expanding the first token recursively in a braced token
% list.\\ Almost the same as the |x| type except here the token list
% is expanded fully until the first unexpandable token is found and
More information about the latex3-commits
mailing list.