summaryrefslogtreecommitdiff
path: root/macros/latex-dev/base/ltluatex.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex-dev/base/ltluatex.dtx')
-rw-r--r--macros/latex-dev/base/ltluatex.dtx19
1 files changed, 10 insertions, 9 deletions
diff --git a/macros/latex-dev/base/ltluatex.dtx b/macros/latex-dev/base/ltluatex.dtx
index 315b62cc9e..594fcce23c 100644
--- a/macros/latex-dev/base/ltluatex.dtx
+++ b/macros/latex-dev/base/ltluatex.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (C) 2015-2024
+% Copyright (C) 2015-2025
% The LaTeX Project and any individual authors listed elsewhere
% in this file.
%
@@ -30,7 +30,7 @@
%<*plain>
% \fi
% \ProvidesFile{ltluatex.dtx}
-[2024/08/16 v1.2e
+[2025/01/11 v1.2e
% LaTeX Kernel (LuaTeX support)^^A
%\iffalse
%<plain> LuaTeX support for plain TeX (core)%
@@ -1676,14 +1676,15 @@ end
% passed the return value of the previous (and the other arguments
% untouched, if any). The return value is that of the last function;
% \item[list] is a specialized variant of \emph{data} for functions
-% filtering node lists. Such functions may return either the head of a
-% modified node list, or the boolean values |true| or |false|. The
-% functions are chained the same way as for \emph{data} except that for
-% the following. If
-% one function returns |false|, then |false| is immediately returned and
-% the following functions are \emph{not} called. If one function returns
+% filtering node lists. Such functions are called with a node list head
+% as the first argument and may return either the head of a modified node list,
+% or the boolean values |true| or |false|.
+% The functions are chained the same way as for \emph{data} except for
+% the following cases.
+% If a function returns |false|, then |false| is immediately returned and
+% the following functions are \emph{not} called. If a function returns
% |true|, then the same head is passed to the next function. If all
-% functions return |true|, then |true| is returned, otherwise the return
+% functions return |true|, then the original head is returned, otherwise the return
% value of the last function not returning |true| is used.
% \item[reverselist] is a specialized variant of \emph{list} which executes
% functions in inverse order.