diff options
author | Adam Sjøgren <asjo@koldfront.dk> | 2013-05-19 22:47:25 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2013-05-19 22:47:25 +0000 |
commit | 172f73b1e1f7d0f6f4d34d09c158f822a7622a47 (patch) | |
tree | 1491d41c6f0d3818fe807e6e08d50c81048ec252 /doc/misc/gnus.texi | |
parent | 462388b67387b91b6b42300b861df270491ed1cb (diff) | |
download | emacs-172f73b1e1f7d0f6f4d34d09c158f822a7622a47.tar.gz emacs-172f73b1e1f7d0f6f4d34d09c158f822a7622a47.tar.bz2 emacs-172f73b1e1f7d0f6f4d34d09c158f822a7622a47.zip |
doc/misc/gnus.texi (Fancy Mail Splitting): Fix missing backslash on \\&
Diffstat (limited to 'doc/misc/gnus.texi')
-rw-r--r-- | doc/misc/gnus.texi | 2 |
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: 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. |