gnus.texi: Fix missing backslash on \\&.
authorAdam Sjøgren <asjo@koldfront.dk>
Tue, 20 Sep 2011 18:56:45 +0000 (20:56 +0200)
committerAdam Sjøgren <asjo@koldfront.dk>
Sun, 19 May 2013 13:17:27 +0000 (15:17 +0200)
texi/ChangeLog
texi/gnus.texi

index 443cb5b..59723f9 100644 (file)
@@ -1,3 +1,7 @@
+2013-05-19  Adam Sjøgren <asjo@koldfront.dk>
+
+       * gnus.texi (Fancy Mail Splitting): Fix typo.
+
 2013-03-17  Paul Eggert  <eggert@cs.ucla.edu>
 
        doc: convert some TeX accents to UTF-8
 2013-03-17  Paul Eggert  <eggert@cs.ucla.edu>
 
        doc: convert some TeX accents to UTF-8
index 52eb209..ad80430 100644 (file)
@@ -15401,7 +15401,7 @@ substitutions in the group names), you can say things like:
 In this example, messages sent to @samp{debian-foo@@lists.debian.org}
 will be filed in @samp{mail.debian.foo}.
 
 In this example, messages sent to @samp{debian-foo@@lists.debian.org}
 will be filed in @samp{mail.debian.foo}.
 
-If the string contains the element @samp{\&}, then the previously
+If the string contains the element @samp{\\&}, then the previously
 matched string will be substituted.  Similarly, the elements @samp{\\1}
 up to @samp{\\9} will be substituted with the text matched by the
 groupings 1 through 9.
 matched string will be substituted.  Similarly, the elements @samp{\\1}
 up to @samp{\\9} will be substituted with the text matched by the
 groupings 1 through 9.