diff options
| author | Adam Sjøgren | 2013-05-19 22:47:25 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2013-05-19 22:47:25 +0000 |
| commit | 172f73b1e1f7d0f6f4d34d09c158f822a7622a47 (patch) | |
| tree | 1491d41c6f0d3818fe807e6e08d50c81048ec252 | |
| parent | 462388b67387b91b6b42300b861df270491ed1cb (diff) | |
| download | emacs-172f73b1e1f7d0f6f4d34d09c158f822a7622a47.tar.gz emacs-172f73b1e1f7d0f6f4d34d09c158f822a7622a47.zip | |
doc/misc/gnus.texi (Fancy Mail Splitting): Fix missing backslash on \\&
| -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: | |||
| 15400 | In this example, messages sent to @samp{debian-foo@@lists.debian.org} | 15400 | In this example, messages sent to @samp{debian-foo@@lists.debian.org} |
| 15401 | will be filed in @samp{mail.debian.foo}. | 15401 | will be filed in @samp{mail.debian.foo}. |
| 15402 | 15402 | ||
| 15403 | If the string contains the element @samp{\&}, then the previously | 15403 | If the string contains the element @samp{\\&}, then the previously |
| 15404 | matched string will be substituted. Similarly, the elements @samp{\\1} | 15404 | matched string will be substituted. Similarly, the elements @samp{\\1} |
| 15405 | up to @samp{\\9} will be substituted with the text matched by the | 15405 | up to @samp{\\9} will be substituted with the text matched by the |
| 15406 | groupings 1 through 9. | 15406 | groupings 1 through 9. |