[latex3-commits] [git/LaTeX3-latex3-latex3] master: Fix typos and code style (806f1c844)
Bruno Le Floch
blflatex at gmail.com
Tue Oct 27 09:28:01 CET 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/806f1c84479b89efb599cc84fe1ddd09379f5749
>---------------------------------------------------------------
commit 806f1c84479b89efb599cc84fe1ddd09379f5749
Author: Bruno Le Floch <blflatex at gmail.com>
Date: Tue Oct 27 09:28:01 2020 +0100
Fix typos and code style
>---------------------------------------------------------------
806f1c84479b89efb599cc84fe1ddd09379f5749
l3kernel/l3tl.dtx | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index cc61d4446..bef53377f 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -2060,10 +2060,7 @@
}
\group_align_safe_end:
}
-\cs_new:Npn \@@_replace_next_aux:w
- {
- \@@_replace_next:w {} {}
- }
+\cs_new:Npn \@@_replace_next_aux:w { \@@_replace_next:w { } { } }
\cs_new_eq:NN \@@_replace_wrap:w ?
\cs_new_eq:NN \@@_replace_next:w ?
% \end{macrocode}
@@ -3176,7 +3173,7 @@
% }
% \begin{macro}[EXP]{\@@_use_none_delimit_by_q_act_stop:w}
% To help control the expansion, \cs{@@_act:NNNnn} should always
-% be proceeded by \cs{exp:w} and ends by producing \cs{exp_end:}
+% be preceeded by \cs{exp:w} and ends by producing \cs{exp_end:}
% once the result has been obtained. This way no internal token of it can be
% accidentally end up in the input stream.
% Because \cs{s_@@_act_stop} can't appear without braces around it in the
More information about the latex3-commits
mailing list.