[latex3-commits] [git/LaTeX3-latex3-latex3] master: documentation updates (567e349d5)
Bruno Le Floch
blflatex at gmail.com
Tue Oct 27 09:11:58 CET 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/567e349d5d90d4645eda921c631be488202b14ed
>---------------------------------------------------------------
commit 567e349d5d90d4645eda921c631be488202b14ed
Author: Jonathan Spratte <jspratte at yahoo.de>
Date: Tue Aug 11 00:08:05 2020 +0200
documentation updates
>---------------------------------------------------------------
567e349d5d90d4645eda921c631be488202b14ed
l3kernel/l3tl.dtx | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index 41fbf6333..f6d82e4f5 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -3222,10 +3222,9 @@
% test yields \texttt{false}. The work is done within braces (with an
% |\if_false: { \fi: ... }| construction) both to hide potential
% alignment tab characters from \TeX{} in a table, and to allow for
-% removing what remains of the token list after its first space. The
-% \cs{exp:w} and \cs{exp_end:} ensure that the result of a
-% single step of expansion directly yields a balanced token list (no
-% trailing closing brace).
+% removing what remains of the token list after its first space. The use of
+% \cs{if:w} ensures that the result of a single step of expansion directly
+% yields a balanced token list (no trailing closing brace).
% \begin{macrocode}
\prg_new_conditional:Npnn \tl_if_head_is_space:n #1 { p , T , F , TF }
{
More information about the latex3-commits
mailing list.