(Selecting a Group): Rename gnus-maximum-newsgroup to
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 13 Sep 2007 10:26:47 +0000 (10:26 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 13 Sep 2007 10:26:47 +0000 (10:26 +0000)
 gnus-newsgroup-maximum-articles.

texi/ChangeLog
texi/gnus.texi

index 84f9713..ec71ca7 100644 (file)
@@ -1,6 +1,8 @@
 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus.texi (Non-ASCII Group Names): Fix select method example.
+       * gnus.texi (Selecting a Group): Rename gnus-maximum-newsgroup to
+       gnus-newsgroup-maximum-articles.  Suggested by Leo <sdl.web@gmail.com>.
+       (Non-ASCII Group Names): Fix select method example.
 
 2007-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
 
index 37dfd04..83ac297 100644 (file)
@@ -2177,7 +2177,7 @@ most recently will be fetched.
 @code{gnus-large-newsgroup}, but is only used for ephemeral
 newsgroups.
 
-@vindex gnus-maximum-newsgroup
+@vindex gnus-newsgroup-maximum-articles
 In groups in some news servers, there might be a big gap between a few
 very old articles that will never be expired and the recent ones.  In
 such a case, the server will return the data like @code{(1 . 30000000)}
@@ -2186,14 +2186,14 @@ are actually only the articles 1-10 and 29999900-30000000, Gnus doesn't
 know it at first and prepares for getting 30000000 articles.  However,
 it will consume hundreds megabytes of memories and might make Emacs get
 stuck as the case may be.  If you use such news servers, set the
-variable @code{gnus-maximum-newsgroup} to a positive number.  The value
-means that Gnus ignores articles other than this number of the latest
-ones in every group.  For instance, the value 10000 makes Gnus get only
-the articles 29990001-30000000 (if the latest article number is 30000000
-in a group).  Note that setting this variable to a number might prevent
-you from reading very old articles.  The default value of the variable
-@code{gnus-maximum-newsgroup} is @code{nil}, which means Gnus never
-ignores old articles.
+variable @code{gnus-newsgroup-maximum-articles} to a positive number.
+The value means that Gnus ignores articles other than this number of the
+latest ones in every group.  For instance, the value 10000 makes Gnus
+get only the articles 29990001-30000000 (if the latest article number is
+30000000 in a group).  Note that setting this variable to a number might
+prevent you from reading very old articles.  The default value of the
+variable @code{gnus-newsgroup-maximum-articles} is @code{nil}, which
+means Gnus never ignores old articles.
 
 @vindex gnus-select-group-hook
 @vindex gnus-auto-select-first