[latex3-commits] [l3svn] branch master updated: Typo (thanks QL)

noreply at latex-project.org noreply at latex-project.org
Sat Sep 5 09:53:39 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  8568ece   Typo (thanks QL)
8568ece is described below

commit 8568ece68aa6e4a33f3a392e6c1a15166b75cdf1
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Sep 5 08:53:28 2015 +0100

    Typo (thanks QL)
---
 l3kernel/l3str.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index 3e6cdc6..6954246 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -1,4 +1,4 @@
-% \iffalse meta-comment
+	% \iffalse meta-comment
 %
 %% File: l3str.dtx Copyright (C) 2014-2015 The LaTeX3 Project
 %%
@@ -574,7 +574,7 @@
 \cs_new:Npn \str_fold_case:n #1 { \__str_change_case:nn {#1} { fold } }
 \cs_new:Npn \str_lower_case:n #1 { \__str_change_case:nn {#1} { lower } }
 \cs_new:Npn \str_upper_case:n #1 { \__str_change_case:nn {#1} { upper } }
-\cs_generate_variant:Nn \str_fold_case:n  { n }
+\cs_generate_variant:Nn \str_fold_case:n  { V }
 \cs_generate_variant:Nn \str_lower_case:n { f }
 \cs_generate_variant:Nn \str_upper_case:n { f }
 \cs_new:Npn \__str_change_case:nn #1

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list