[latex3-commits] [latex3/latex3] main: Pick a new example using `\prg_break:n ... \prg_break_point:` (6d78bc322)
github at latex-project.org
github at latex-project.org
Thu Oct 19 07:35:10 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/6d78bc322e1e8b4674c4d346b50e53a38927f9bc
>---------------------------------------------------------------
commit 6d78bc322e1e8b4674c4d346b50e53a38927f9bc
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Tue Oct 17 23:02:39 2023 +0800
Pick a new example using `\prg_break:n ... \prg_break_point:`
Since commit 7c126b9 (Simplify code of \prop_if_in:NnTF and \prop_item:Nn,
2021-05-15), `\prop_get:Nn`, now called `\prop_item:Nn`, doesn't use
`\prg_break:n ... \prg_break_point:` anymore.
>---------------------------------------------------------------
6d78bc322e1e8b4674c4d346b50e53a38927f9bc
l3kernel/l3prg.dtx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/l3kernel/l3prg.dtx b/l3kernel/l3prg.dtx
index 140c996af..26006261b 100644
--- a/l3kernel/l3prg.dtx
+++ b/l3kernel/l3prg.dtx
@@ -808,7 +808,8 @@
% \cs{prg_break:n} \Arg{code} \ldots{} \cs{prg_break_point:}
% \end{syntax}
% Breaks a recursion which has no \meta{ending code} and which is not
-% a user-breakable mapping (see for instance \cs{prop_get:Nn}), and
+% a user-breakable mapping (see for instance
+% implementation of \cs{int_step_function:nnnN}), and
% inserts the \meta{code} in the input stream.
% \end{function}
%
More information about the latex3-commits
mailing list.