[latex3-commits] [git/LaTeX3-latex3-latex3] master: Document \peek_analysis_map_inline:n in the right place (8b1c90df6)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Dec 3 17:27:34 CET 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/8b1c90df6b04976194a0dd6ad1b51cf3876e6b19
>---------------------------------------------------------------
commit 8b1c90df6b04976194a0dd6ad1b51cf3876e6b19
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Thu Jul 16 18:58:45 2020 +0200
Document \peek_analysis_map_inline:n in the right place
>---------------------------------------------------------------
8b1c90df6b04976194a0dd6ad1b51cf3876e6b19
l3kernel/l3tl-analysis.dtx | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/l3kernel/l3tl-analysis.dtx b/l3kernel/l3tl-analysis.dtx
index d5114a5e8..59b41d349 100644
--- a/l3kernel/l3tl-analysis.dtx
+++ b/l3kernel/l3tl-analysis.dtx
@@ -99,30 +99,6 @@
% made by the \meta{inline function} remain in effect after the loop.
% \end{function}
%
-% \begin{function}[added = 2020-07-14]{\peek_analysis_map_inline:n}
-% \begin{syntax}
-% \cs{peek_analysis_map_inline:n} \Arg{inline function}
-% \end{syntax}
-% Applies the \meta{inline function} to each individual \meta{token}
-% in the input stream that follows. The \meta{inline function}
-% receives three arguments as explained above. As all other mappings
-% the mapping is done at the current group level, \emph{i.e.}~any
-% local assignments made by the \meta{inline function} remain in
-% effect after the loop. The tokens are removed from the input
-% stream. The loop can be stopped by \cs{peek_analysis_map_break:}.
-% Within the code, \cs{l_peek_token} is set equal (as a token, not a
-% token list) to the token under consideration.
-% \end{function}
-%
-% \begin{function}[added = 2020-07-14]{\peek_analysis_map_break:, \peek_analysis_map_break:n}
-% \begin{syntax}
-% \cs{peek_analysis_map_inline:n} |{| \dots{} \cs{peek_analysis_map_break:n} \Arg{code} |}|
-% \end{syntax}
-% Stops the \cs{peek_analysis_map_inline:n} loop from seeking more
-% tokens, and inserts \meta{code} in the input stream (empty for
-% \cs{peek_analysis_map_break:}).
-% \end{function}
-%
% \end{documentation}
%
% \begin{implementation}
More information about the latex3-commits
mailing list.