]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus.texi (Checking New Groups): Moved the reference to the right place.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 4 Jul 2011 00:33:48 +0000 (00:33 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 4 Jul 2011 00:33:48 +0000 (00:33 +0000)
doc/misc/ChangeLog
doc/misc/gnus.texi

index e8b183bfe87f66a7eb6d4448c0f4a9b8cb99afbe..2a99167bf5f4defde005fe5a9ec10f11d5b1c838 100644 (file)
@@ -3,6 +3,7 @@
        * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
        zombies.
        (Checking New Groups): Ditto (bug#8974).
+       (Checking New Groups): Moved the reference to the right place.
 
 2011-07-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
 
index a214f37817bf2aa1aa3a6f2508f85810a846d5cd..3bce492d831e2917d97d60c42f9314d852afc9a7 100644 (file)
@@ -1168,12 +1168,12 @@ when you do the @kbd{g} command (@pxref{Scanning New Messages}).
 @subsection Checking New Groups
 
 Gnus normally determines whether a group is new or not by comparing
-the list of groups (@pxref{Group Levels}) from the active file(s) with
-the lists of subscribed and dead groups.  This isn't a particularly
-fast method.  If @code{gnus-check-new-newsgroups} is
-@code{ask-server}, Gnus will ask the server for new groups since the
-last time.  This is both faster and cheaper.  This also means that you
-can get rid of the list of killed groups altogether, so you may set
+the list of groups from the active file(s) with the lists of
+subscribed and dead groups.  This isn't a particularly fast method.
+If @code{gnus-check-new-newsgroups} is @code{ask-server}, Gnus will
+ask the server for new groups since the last time.  This is both
+faster and cheaper.  This also means that you can get rid of the list
+of killed groups (@pxref{Group Levels}) altogether, so you may set
 @code{gnus-save-killed-list} to @code{nil}, which will save time both
 at startup, at exit, and all over.  Saves disk space, too.  Why isn't
 this the default, then?  Unfortunately, not all servers support this