(Fancy Mail Splitting): Fix description of splitting based on body.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 28 Nov 2007 11:30:17 +0000 (11:30 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 28 Nov 2007 11:30:17 +0000 (11:30 +0000)
texi/ChangeLog
texi/gnus.texi

index 0600211..c58e4da 100644 (file)
@@ -1,3 +1,8 @@
+2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
+       on body.
+
 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
index a83cb1a..e965769 100644 (file)
@@ -14863,9 +14863,9 @@ body of the messages:
         "string.group"))))
 @end lisp
 
-The buffer is narrowed to the message in question when @var{function}
-is run.  That's why @code{(widen)} needs to be called after
-@code{save-excursion} and @code{save-restriction} in the example
+The buffer is narrowed to the header of the message in question when
+@var{function} is run.  That's why @code{(widen)} needs to be called
+after @code{save-excursion} and @code{save-restriction} in the example
 above.  Also note that with the nnimap back end, message bodies will
 not be downloaded by default.  You need to set
 @code{nnimap-split-download-body} to @code{t} to do that