aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Sjøgren2013-05-19 22:47:25 +0000
committerKatsumi Yamaoka2013-05-19 22:47:25 +0000
commit172f73b1e1f7d0f6f4d34d09c158f822a7622a47 (patch)
tree1491d41c6f0d3818fe807e6e08d50c81048ec252
parent462388b67387b91b6b42300b861df270491ed1cb (diff)
downloademacs-172f73b1e1f7d0f6f4d34d09c158f822a7622a47.tar.gz
emacs-172f73b1e1f7d0f6f4d34d09c158f822a7622a47.zip
doc/misc/gnus.texi (Fancy Mail Splitting): Fix missing backslash on \\&
-rw-r--r--doc/misc/gnus.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 983887d721d..a7a9647fd81 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -15400,7 +15400,7 @@ substitutions in the group names), you can say things like:
15400In this example, messages sent to @samp{debian-foo@@lists.debian.org} 15400In this example, messages sent to @samp{debian-foo@@lists.debian.org}
15401will be filed in @samp{mail.debian.foo}. 15401will be filed in @samp{mail.debian.foo}.
15402 15402
15403If the string contains the element @samp{\&}, then the previously 15403If the string contains the element @samp{\\&}, then the previously
15404matched string will be substituted. Similarly, the elements @samp{\\1} 15404matched string will be substituted. Similarly, the elements @samp{\\1}
15405up to @samp{\\9} will be substituted with the text matched by the 15405up to @samp{\\9} will be substituted with the text matched by the
15406groupings 1 through 9. 15406groupings 1 through 9.