[latex3-commits] [git/LaTeX3-latex3-latex3] master: Add e-type expansion to docs (dbba8f681)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Sep 20 07:20:31 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/dbba8f681694869d0c3a0ba1301deddb968cb7ab

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

commit dbba8f681694869d0c3a0ba1301deddb968cb7ab
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Sep 20 06:20:31 2019 +0100

    Add e-type expansion to docs


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

dbba8f681694869d0c3a0ba1301deddb968cb7ab
 l3kernel/expl3.dtx | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/l3kernel/expl3.dtx b/l3kernel/expl3.dtx
index 9aa2421de..099950d20 100644
--- a/l3kernel/expl3.dtx
+++ b/l3kernel/expl3.dtx
@@ -622,6 +622,16 @@
 %     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[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
+%     the rest is left unchanged. Note that if this function finds a
+%     space at the beginning of the argument it gobbles it and does not
+%     expand the next token.
 %   \item[o]  One-level-expanded token or braced token list.\\
 %     This means that the argument is expanded one level, as by
 %     \tn{expandafter}, and the expansion is passed to the function as a
@@ -629,12 +639,6 @@
 %     token list then only the first token in that list is expanded.
 %     In general, using \texttt{V} should be preferred to using
 %     \texttt{o} for simple variable retrieval.
-%   \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
-%     the rest is left unchanged. Note that if this function finds a
-%     space at the beginning of the argument it gobbles it and does not
-%     expand the next token.
 % \end{description}
 %
 % \subsection{Simpler means better}





More information about the latex3-commits mailing list