diff options
| author | Miles Bader | 2007-12-06 00:46:40 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-12-06 00:46:40 +0000 |
| commit | 40f185ca85f2129ec33446791be2999d714f35ff (patch) | |
| tree | e1f648d146f5c98de121a1f79fc3ba6bd5f27518 | |
| parent | 415a09fbafcaa6bb73027ff7e7c830ae7117c768 (diff) | |
| parent | a2afc99dbad3fa9a3170ad72c578451c3aea58a4 (diff) | |
| download | emacs-40f185ca85f2129ec33446791be2999d714f35ff.tar.gz emacs-40f185ca85f2129ec33446791be2999d714f35ff.zip | |
Merge from emacs--rel--22, gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-945
| -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 10e7741f8d2..8ec39ce81fe 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -14871,7 +14871,7 @@ body of the messages: | |||
| 14871 | The buffer is narrowed to the header of the message in question when | 14871 | The buffer is narrowed to the header of the message in question when |
| 14872 | @var{function} is run. That's why @code{(widen)} needs to be called | 14872 | @var{function} is run. That's why @code{(widen)} needs to be called |
| 14873 | after @code{save-excursion} and @code{save-restriction} in the example | 14873 | after @code{save-excursion} and @code{save-restriction} in the example |
| 14874 | above. Also note that with the nnimap back end, message bodies will | 14874 | above. Also note that with the nnimap backend, message bodies will |
| 14875 | not be downloaded by default. You need to set | 14875 | not be downloaded by default. You need to set |
| 14876 | @code{nnimap-split-download-body} to @code{t} to do that | 14876 | @code{nnimap-split-download-body} to @code{t} to do that |
| 14877 | (@pxref{Splitting in IMAP}). | 14877 | (@pxref{Splitting in IMAP}). |