emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/Attic/gnus.texi, v [EMACS_22_BASE]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/Attic/gnus.texi, v [EMACS_22_BASE]
Date: Thu, 06 Dec 2007 00:47:10 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Miles Bader <miles>     07/12/06 00:47:09

Index: man/gnus.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/Attic/gnus.texi,v
retrieving revision 1.111.2.9
retrieving revision 1.111.2.10
diff -u -b -r1.111.2.9 -r1.111.2.10
--- man/gnus.texi       30 Oct 2007 23:31:05 -0000      1.111.2.9
+++ man/gnus.texi       6 Dec 2007 00:47:08 -0000       1.111.2.10
@@ -14123,14 +14123,12 @@
 @subsubsection Fetching Mail
 
 @vindex mail-sources
address@hidden nnmail-spool-file
 The way to actually tell Gnus where to get new mail from is to set
 @code{mail-sources} to a list of mail source specifiers
 (@pxref{Mail Source Specifiers}).
 
-If this variable (and the obsolescent @code{nnmail-spool-file}) is
address@hidden, the mail back ends will never attempt to fetch mail by
-themselves.
+If this variable is @code{nil}, the mail back ends will never attempt to
+fetch mail by themselves.
 
 If you want to fetch mail both from your local spool as well as a
 @acronym{POP} mail server, you'd say something like:
@@ -14339,9 +14337,9 @@
         "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
address@hidden and @code{save-restriction} in the example
+The buffer is narrowed to the header of the message in question when
address@hidden 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 backend, message bodies will
 not be downloaded by default.  You need to set
 @code{nnimap-split-download-body} to @code{t} to do that




reply via email to

[Prev in Thread] Current Thread [Next in Thread]