diff options
Diffstat (limited to 'macros/latex/required/l3kernel/l3seq.dtx')
-rw-r--r-- | macros/latex/required/l3kernel/l3seq.dtx | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/macros/latex/required/l3kernel/l3seq.dtx b/macros/latex/required/l3kernel/l3seq.dtx index 247f299ed2..b882319b44 100644 --- a/macros/latex/required/l3kernel/l3seq.dtx +++ b/macros/latex/required/l3kernel/l3seq.dtx @@ -2,7 +2,7 @@ % %% File: l3seq.dtx % -% Copyright (C) 1990-2024 The LaTeX Project +% Copyright (C) 1990-2025 The LaTeX Project % % It may be distributed and/or modified under the conditions of the % LaTeX Project Public License (LPPL), either version 1.3c of this @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2024-12-25} +% \date{Released 2025-01-18} % % \maketitle % @@ -145,9 +145,9 @@ % \cs{seq_set_split:Nnn}, and can be removed afterwards using % \cs{seq_remove_all:Nn} \meta{seq~var} |{}|. % The \meta{delimiter} may not contain |{|, |}| or |#| -% (assuming \TeX{}'s normal category code r\'egime). +% (assuming \TeX{}'s normal category code régime). % If the \meta{delimiter} is empty, the \meta{token list} is split -% into \meta{items} as a \meta{token list}. +% into \meta{items} as described for \cs{tl_map_function:nN}. % See also \cs{seq_set_split_keep_spaces:Nnn}, which omits space stripping. % \end{function} % @@ -167,9 +167,10 @@ % \cs{seq_set_split_keep_spaces:Nnn}, and can be removed afterwards using % \cs{seq_remove_all:Nn} \meta{seq~var} |{}|. % The \meta{delimiter} may not contain |{|, |}| or |#| -% (assuming \TeX{}'s normal category code r\'egime). +% (assuming \TeX{}'s normal category code régime). % If the \meta{delimiter} is empty, the \meta{token list} is split -% into \meta{items} as a \meta{token list}. +% into \meta{items} as described for \cs{tl_map_function:nN}; note in this +% case spaces will \emph{not} be preserved. % See also \cs{seq_set_split:Nnn}, which removes spaces around the delimiters. % \end{function} % |