summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3kernel/l3keys.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-11-02 03:04:13 +0000
committerNorbert Preining <norbert@preining.info>2023-11-02 03:04:13 +0000
commit2da66dea964ffa47d24f26081f2942a6e1ef1121 (patch)
tree74283568549892324b317485ab0a26dc23917afb /macros/latex/contrib/l3kernel/l3keys.dtx
parenta9d0083bcc66de9ea863ed14cf8cde44e88e4355 (diff)
CTAN sync 202311020304
Diffstat (limited to 'macros/latex/contrib/l3kernel/l3keys.dtx')
-rw-r--r--macros/latex/contrib/l3kernel/l3keys.dtx10
1 files changed, 5 insertions, 5 deletions
diff --git a/macros/latex/contrib/l3kernel/l3keys.dtx b/macros/latex/contrib/l3kernel/l3keys.dtx
index 9fea120c91..d5bdf4d969 100644
--- a/macros/latex/contrib/l3kernel/l3keys.dtx
+++ b/macros/latex/contrib/l3kernel/l3keys.dtx
@@ -43,7 +43,7 @@
% }^^A
% }
%
-% \date{Released 2023-10-23}
+% \date{Released 2023-11-01}
%
% \maketitle
%
@@ -1023,12 +1023,12 @@
% all). Spaces are trimmed from the ends of the \meta{key} and \meta{value},
% then one \emph{outer} set of braces is removed from the \meta{key}
% and \meta{value} as part of the processing. If you need exactly the output
-% shown above, you'll need to either \texttt{x}-type or \texttt{e}-type expand
+% shown above, you'll need to either \texttt{e}-type or \texttt{x}-type expand
% the function.
% \begin{texnote}
% The result of each list element is returned within \cs{exp_not:n}, which
% means that the converted input stream does not expand further when
-% appearing in an \texttt{x}-type or \texttt{e}-type argument expansion.
+% appearing in an \texttt{e}-type or \texttt{x}-type argument expansion.
% \end{texnote}
% \end{function}
%
@@ -1068,7 +1068,7 @@
% \begin{texnote}
% The result is returned within \cs{exp_not:n}, which means that the
% converted input stream does not expand further when appearing in an
-% \texttt{x}-type or \texttt{e}-type argument expansion.
+% \texttt{e}-type or \texttt{x}-type argument expansion.
% \end{texnote}
% \end{function}
%
@@ -1805,7 +1805,7 @@
% }
% Searching for a property means finding the last |.| in the input,
% and storing the text before and after it. Everything is turned into
-% strings, so there is no problem using an \texttt{x}-type expansion. Since
+% strings, so there is no problem using an \texttt{e}-type expansion. Since
% \cs{@@_trim_spaces:n} will turn its argument into a string anyway, this
% function uses \cs{cs_set_nopar:Npe} instead of \cs{tl_set:Ne} to gain some
% speed.