aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-04 00:33:48 +0000
committerKatsumi Yamaoka2011-07-04 00:33:48 +0000
commit7d1738f1531ce2d83fed5c3692a5627b47d901c3 (patch)
tree905792f3d4e5d8a71700151d4ae33869251e785b /doc
parent7b9430b4506b59298120a08737be9f4ad5b9cd49 (diff)
downloademacs-7d1738f1531ce2d83fed5c3692a5627b47d901c3.tar.gz
emacs-7d1738f1531ce2d83fed5c3692a5627b47d901c3.zip
gnus.texi (Checking New Groups): Moved the reference to the right place.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog1
-rw-r--r--doc/misc/gnus.texi12
2 files changed, 7 insertions, 6 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index e8b183bfe87..2a99167bf5f 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -3,6 +3,7 @@
3 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain 3 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
4 zombies. 4 zombies.
5 (Checking New Groups): Ditto (bug#8974). 5 (Checking New Groups): Ditto (bug#8974).
6 (Checking New Groups): Moved the reference to the right place.
6 7
72011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change) 82011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change)
8 9
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index a214f37817b..3bce492d831 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -1168,12 +1168,12 @@ when you do the @kbd{g} command (@pxref{Scanning New Messages}).
1168@subsection Checking New Groups 1168@subsection Checking New Groups
1169 1169
1170Gnus normally determines whether a group is new or not by comparing 1170Gnus normally determines whether a group is new or not by comparing
1171the list of groups (@pxref{Group Levels}) from the active file(s) with 1171the list of groups from the active file(s) with the lists of
1172the lists of subscribed and dead groups. This isn't a particularly 1172subscribed and dead groups. This isn't a particularly fast method.
1173fast method. If @code{gnus-check-new-newsgroups} is 1173If @code{gnus-check-new-newsgroups} is @code{ask-server}, Gnus will
1174@code{ask-server}, Gnus will ask the server for new groups since the 1174ask the server for new groups since the last time. This is both
1175last time. This is both faster and cheaper. This also means that you 1175faster and cheaper. This also means that you can get rid of the list
1176can get rid of the list of killed groups altogether, so you may set 1176of killed groups (@pxref{Group Levels}) altogether, so you may set
1177@code{gnus-save-killed-list} to @code{nil}, which will save time both 1177@code{gnus-save-killed-list} to @code{nil}, which will save time both
1178at startup, at exit, and all over. Saves disk space, too. Why isn't 1178at startup, at exit, and all over. Saves disk space, too. Why isn't
1179this the default, then? Unfortunately, not all servers support this 1179this the default, then? Unfortunately, not all servers support this