summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3str.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3str.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3str.dtx12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3str.dtx b/Master/texmf-dist/source/latex/l3kernel/l3str.dtx
index e0787af4833..63129bb4fcb 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3str.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3str.dtx
@@ -37,7 +37,7 @@
\documentclass[full]{l3doc}
%</driver>
%<*driver|package>
-\GetIdInfo$Id: l3str.dtx 5920 2015-09-05 07:55:06Z joseph $
+\GetIdInfo$Id: l3str.dtx 5983 2015-09-10 18:57:56Z joseph $
{L3 Strings}
%</driver|package>
%<*driver>
@@ -193,7 +193,7 @@
%
% \begin{function}[rEXP, added = 2015-03-01]
% {
-% \str_lower_case:n, \str_lower_case:f,
+% \str_lower_case:n, \str_lower_case:f,
% \str_upper_case:n, \str_upper_case:f
% }
% \begin{syntax}
@@ -204,7 +204,7 @@
% described for \cs{tl_to_str:n}, and then to the lower or upper
% case representation using a one-to-one mapping as described by the
% Unicode Consortium file |UnicodeData.txt|.
-%
+%
% These functions are intended for case changing programmatic data in
% places where upper/lower case distinctions are meaningful. One example
% would be automatically generating a function name from user input where
@@ -226,7 +226,7 @@
% would be used to generate a function with an auto-generated name consisting
% of the upper case equivalent of the supplied name followed by the lower
% case equivalent of the rest of the input.
-%
+%
% These functions should \emph{not} be used for
% \begin{itemize}
% \item Caseless comparisons: use \cs{str_fold_case:n} for this
@@ -393,7 +393,7 @@
% such tokens.
% \begin{macrocode}
\cs_new:Npn \__str_if_eq_x:nn #1#2 { \pdftex_strcmp:D {#1} {#2} }
-\luatex_if_engine:T
+\cs_if_exist:NT \luatex_luatexversion:D
{
\cs_set:Npn \__str_if_eq_x:nn #1#2
{
@@ -579,7 +579,7 @@
\cs_generate_variant:Nn \str_upper_case:n { f }
\cs_new:Npn \__str_change_case:nn #1
{
- \exp_after:wN \__str_change_case_aux:nn \exp_after:wN
+ \exp_after:wN \__str_change_case_aux:nn \exp_after:wN
{ \tl_to_str:n {#1} }
}
\cs_new:Npn \__str_change_case_aux:nn #1#2