[latex3-commits] [l3svn] 01/02: Spaces
noreply at latex-project.org
noreply at latex-project.org
Wed Dec 23 21:41:05 CET 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit accb4b85d9a368ca5033498a83ffaa9d59fd45d9
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Dec 23 14:33:16 2015 +0000
Spaces
---
l3kernel/l3str.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index 8d338d1..b47f0d2 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -1400,7 +1400,7 @@
% and everything else. The output is detokenized to allow data sharing
% with text-based case changing.
% \begin{macrocode}
-\cs_new:Npn \str_fold_case:n #1 { \@@_change_case:nn {#1} { fold } }
+\cs_new:Npn \str_fold_case:n #1 { \@@_change_case:nn {#1} { fold } }
\cs_new:Npn \str_lower_case:n #1 { \@@_change_case:nn {#1} { lower } }
\cs_new:Npn \str_upper_case:n #1 { \@@_change_case:nn {#1} { upper } }
\cs_generate_variant:Nn \str_fold_case:n { V }
@@ -1431,7 +1431,7 @@
\cs_new:Npn \@@_change_case_char:nN #1#2
{
\quark_if_recursion_tail_stop:N #2
- \cs_if_exist:cTF { c__unicode_ #1 _ #2 _tl }
+ \cs_if_exist:cTF { c__unicode_ #1 _ #2 _tl }
{ \tl_to_str:c { c__unicode_ #1 _ #2 _tl } }
{ \@@_change_case_char_aux:nN {#1} #2 }
\__str_change_case_loop:nw {#1}
@@ -1569,7 +1569,7 @@
% Set up to read each file. As they use C-style comments, thre is a need to
% deal with |#|. At the same time, spaces are important so they need to be
% picked up as they are important. Beyond that, the current category code
-% scheme works fine. With no I/O loop available, hard-code one that will work
+% scheme works fine. With no I/O loop available, hard-code one that will work
% quickly.
% \begin{macrocode}
\cs_set_protected:Npn \@@_map_inline:n #1
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list