summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3keys.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-05 21:33:23 +0000
committerKarl Berry <karl@freefriends.org>2022-02-05 21:33:23 +0000
commit68b2e8de533b0fa7353ece3997bfd87a34ff458a (patch)
treeb6ee6b2b87905ed81917b759bc9e7d7bc3ea4ab9 /Master/texmf-dist/source/latex/l3kernel/l3keys.dtx
parent89ff43d793f14242a96bd0c24e56daa29804e0d0 (diff)
l3 (5feb22)
git-svn-id: svn://tug.org/texlive/trunk@61903 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3keys.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3keys.dtx27
1 files changed, 2 insertions, 25 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3keys.dtx b/Master/texmf-dist/source/latex/l3kernel/l3keys.dtx
index b0222b657b7..087bbf411d1 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3keys.dtx
+++ b/Master/texmf-dist/source/latex/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}