diff options
| author | Lars Magne Ingebrigtsen | 2011-07-04 00:33:48 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2011-07-04 00:33:48 +0000 |
| commit | 7d1738f1531ce2d83fed5c3692a5627b47d901c3 (patch) | |
| tree | 905792f3d4e5d8a71700151d4ae33869251e785b /doc | |
| parent | 7b9430b4506b59298120a08737be9f4ad5b9cd49 (diff) | |
| download | emacs-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/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 12 |
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 | ||
| 7 | 2011-07-03 Dave Abrahams <dave@boostpro.com> (tiny change) | 8 | 2011-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 | ||
| 1170 | Gnus normally determines whether a group is new or not by comparing | 1170 | Gnus normally determines whether a group is new or not by comparing |
| 1171 | the list of groups (@pxref{Group Levels}) from the active file(s) with | 1171 | the list of groups from the active file(s) with the lists of |
| 1172 | the lists of subscribed and dead groups. This isn't a particularly | 1172 | subscribed and dead groups. This isn't a particularly fast method. |
| 1173 | fast method. If @code{gnus-check-new-newsgroups} is | 1173 | If @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 | 1174 | ask the server for new groups since the last time. This is both |
| 1175 | last time. This is both faster and cheaper. This also means that you | 1175 | faster and cheaper. This also means that you can get rid of the list |
| 1176 | can get rid of the list of killed groups altogether, so you may set | 1176 | of 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 |
| 1178 | at startup, at exit, and all over. Saves disk space, too. Why isn't | 1178 | at startup, at exit, and all over. Saves disk space, too. Why isn't |
| 1179 | this the default, then? Unfortunately, not all servers support this | 1179 | this the default, then? Unfortunately, not all servers support this |