(gnus-large-newsgroup): Mention gnus-large-ephemeral-newsgroup.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 1 Oct 2010 20:08:15 +0000 (22:08 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 1 Oct 2010 20:08:15 +0000 (22:08 +0200)
Suggested by jidanni.

lisp/ChangeLog
lisp/gnus.el

index a7c5234..e76f099 100644 (file)
@@ -1,5 +1,8 @@
 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus.el (gnus-large-newsgroup): Mention
+       gnus-large-ephemeral-newsgroup.  Suggested by jidanni.
+
        * gnus-msg.el (gnus-summary-resend-message): When resending, don't
        externalize attachments.  Bug reported by Steve Wen.
 
index 5b38a9c..18cb8e4 100644 (file)
@@ -1490,7 +1490,9 @@ newsgroups."
   "*The number of articles which indicates a large newsgroup.
 If the number of articles in a newsgroup is greater than this value,
 confirmation is required for selecting the newsgroup.
-If it is nil, no confirmation is required."
+If it is nil, no confirmation is required.
+
+Also see `gnus-large-ephemeral-newsgroup'."
   :group 'gnus-group-select
   :type '(choice (const :tag "No limit" nil)
                 integer))