summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3kernel/l3keys.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3kernel/l3keys.dtx')
-rw-r--r--macros/latex/contrib/l3kernel/l3keys.dtx27
1 files changed, 2 insertions, 25 deletions
diff --git a/macros/latex/contrib/l3kernel/l3keys.dtx b/macros/latex/contrib/l3kernel/l3keys.dtx
index b0222b657b..087bbf411d 100644
--- a/macros/latex/contrib/l3kernel/l3keys.dtx
+++ b/macros/latex/contrib/l3kernel/l3keys.dtx
@@ -43,7 +43,7 @@
% }^^A
% }
%
-% \date{Released 2022-01-21}
+% \date{Released 2022-02-05}
%
% \maketitle
%
@@ -678,7 +678,7 @@
% \cs{l_keys_choice_tl} and \cs{l_keys_choice_int} in exactly
% the same way as described for \texttt{.choices:nn}.
%
-% \subsection{Key usage scope}
+% \section{Key usage scope}
%
% Some keys will be used as settings which have a strictly limited scope
% of usage. Some will be only available once, others will only be valid
@@ -2660,29 +2660,6 @@
% \end{macro}
% \end{macro}
%
-% \subsection{Key properties for \LaTeXe{} options}
-%
-% \begin{macro}{.if, .store, .usage}
-% \begin{macrocode}
-\group_begin:
- \cs_set_protected:Npn \@@_tmp:nn #1#2
- {
- \quark_if_recursion_tail_stop:n {#1}
- \cs_new_eq:cc
- { \c_@@_props_root_str . #2 }
- { \c_@@_props_root_str . #1 }
- \@@_tmp:nn
- }
- \@@_tmp:nn
- { legacy_if_set:n } { if }
- { tl_set:N } { store }
- { usage:n } { usage }
- { \q_recursion_tail } { }
- \q_recursion_stop
-\group_end:
-% \end{macrocode}
-% \end{macro}
-%
% \subsection{Setting keys}
%
% \begin{macro}