diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3token.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3token.dtx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3token.dtx b/Master/texmf-dist/source/latex/l3kernel/l3token.dtx index 7fe05c7f502..3188f7709d9 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3token.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3token.dtx @@ -41,7 +41,7 @@ % }^^A % } % -% \date{Released 2018-06-14} +% \date{Released 2018-08-23} % % \maketitle % @@ -1436,7 +1436,7 @@ { #3 \exp_after:wN \exp_after:wN \exp_after:wN \exp_end: - \lua_now_x:n { l3kernel.charcat(#1, #2) } + \lua_now:e { l3kernel.charcat(#1, #2) } } } { @@ -1855,7 +1855,7 @@ ##1 \tl_to_str:n { ma } ##2 \c_colon_str ##3 \exp_not:N \q_stop } { - \str_if_eq_x:nnTF { #2 } { cro } + \str_if_eq:nnTF { #2 } { cro } { \prg_return_true: } { \prg_return_false: } } @@ -1957,7 +1957,7 @@ % function cannot be defined on the fly because tests must remain % expandable): instead the first argument of the auxiliary (plus the % delimiter to avoid complications with trailing spaces) is compared -% using \cs{str_if_eq_x:nnTF} to the result of applying +% using \cs{str_if_eq:eeTF} to the result of applying % \cs{token_to_str:N} to a control sequence. Second, the % \tn{meaning} of primitives such as \tn{dimen} or \tn{dimendef} % starts in the same way as registers such as @@ -2005,7 +2005,7 @@ \exp_not:N \prg_return_false: \exp_not:N \else: } - \exp_not:N \str_if_eq_x:nnTF + \exp_not:N \str_if_eq:eeTF { \exp_not:N \exp_after:wN \exp_not:c { @@_delimit_by_ #2 :w } |