diff options
| author | Paul Eggert | 2015-09-04 13:31:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-09-04 13:32:18 -0700 |
| commit | 8a6260e1e14ab1523c195001454c98aaa044ea64 (patch) | |
| tree | 36bdb78d5615a54eefc1e6c24af8d57be283883d /doc/misc/gnus.texi | |
| parent | 262a23dac0ad6c06197a9e2994dca4b896ac0a58 (diff) | |
| download | emacs-8a6260e1e14ab1523c195001454c98aaa044ea64.tar.gz emacs-8a6260e1e14ab1523c195001454c98aaa044ea64.zip | |
Fix minor problems with " in manual
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 23a43f4893c..dbce16c2ad0 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -12565,7 +12565,7 @@ Gnus provides a few different methods for storing the mail and news you | |||
| 12565 | send. The default method is to use the @dfn{archive virtual server} to | 12565 | send. The default method is to use the @dfn{archive virtual server} to |
| 12566 | store the messages. If you want to disable this completely, the | 12566 | store the messages. If you want to disable this completely, the |
| 12567 | @code{gnus-message-archive-group} variable should be @code{nil}. The | 12567 | @code{gnus-message-archive-group} variable should be @code{nil}. The |
| 12568 | default is "sent.%Y-%m", which gives you one archive group per month. | 12568 | default is @code{"sent.%Y-%m"}, which gives you one archive group per month. |
| 12569 | 12569 | ||
| 12570 | For archiving interesting messages in a group you read, see the | 12570 | For archiving interesting messages in a group you read, see the |
| 12571 | @kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail | 12571 | @kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail |