summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3kernel/l3candidates.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-12-18 03:04:42 +0000
committerNorbert Preining <norbert@preining.info>2022-12-18 03:04:42 +0000
commit81dce26929e98696f622283b42f25c643dcfe565 (patch)
tree7b1172ee9247eab226e5d425bc8d42ddea0be53b /macros/latex/contrib/l3kernel/l3candidates.dtx
parent7b88c25271448cb717bea52abc52e2c8ec033dd9 (diff)
CTAN sync 202212180304
Diffstat (limited to 'macros/latex/contrib/l3kernel/l3candidates.dtx')
-rw-r--r--macros/latex/contrib/l3kernel/l3candidates.dtx38
1 files changed, 2 insertions, 36 deletions
diff --git a/macros/latex/contrib/l3kernel/l3candidates.dtx b/macros/latex/contrib/l3kernel/l3candidates.dtx
index d422a4dc62..5be78d56d7 100644
--- a/macros/latex/contrib/l3kernel/l3candidates.dtx
+++ b/macros/latex/contrib/l3kernel/l3candidates.dtx
@@ -44,7 +44,7 @@
% }^^A
% }
%
-% \date{Released 2022-11-02}
+% \date{Released 2022-12-17}
%
% \maketitle
%
@@ -347,7 +347,7 @@
% \begin{function}[EXP, added = 2016-12-06]
% {\prop_rand_key_value:N, \prop_rand_key_value:c}
% \begin{syntax}
-% \cs{prop_rand_key_value:N} \meta{prop~var}
+% \cs{prop_rand_key_value:N} \meta{property list}
% \end{syntax}
% Selects a pseudo-random key--value pair from the \meta{property list}
% and returns \Arg{key} and \Arg{value}. If the \meta{property list} is
@@ -626,40 +626,6 @@
% (\enquote{active}), and character code $32$ (space).
% \end{variable}
%
-% \begin{function}[added = 2020-01-09, EXP]{\char_to_utfviii_bytes:n}
-% \begin{syntax}
-% \cs{char_to_utfviii_bytes:n} \Arg{codepoint}
-% \end{syntax}
-% Converts the (Unicode) \meta{codepoint} to UTF-8 bytes. The expansion
-% of this function comprises four brace groups, each of which will contain
-% a hexadecimal value: the appropriate byte. As UTF-8 is a variable-length,
-% one or more of the groups may be empty: the bytes read in the logical order,
-% such that a two-byte codepoint will have groups |#1| and |#2| filled
-% and |#3| and |#4| empty.
-% \end{function}
-%
-% \begin{function}[added = 2020-01-02, rEXP]{\char_to_nfd:N}
-% \begin{syntax}
-% \cs{char_to_nfd:N} \meta{char}
-% \end{syntax}
-% Converts the \meta{char} to the Unicode Normalization Form Canonical
-% Decomposition. The category code of the \emph{first} generated character is
-% the same as the \meta{char}; second and subsequent chars will have the
-% current category code, as they would if typed in directly. For $8$-bit
-% engines, no change will take place.
-% \end{function}
-%
-% \begin{function}[added = 2022-08-29, rEXP]{\char_to_nfd:n}
-% \begin{syntax}
-% \cs{char_to_nfd:n} \Arg{codepoint}
-% \end{syntax}
-% Converts the (Unicode) \meta{codepoint} to the Unicode Normalization
-% Form Canonical Decomposition. The generated character(s) will have
-% the current category code as they would if typed in directly. In contrast
-% to \cs{char_to_nfd:N}, this function \emph{does} decompose codepoints
-% with $8$-bit engines.
-% \end{function}
-%
% \begin{function}[added = 2018-09-23]
% {
% \peek_catcode_collect_inline:Nn,