Synch to Gnus 200312011137.
authoryamaoka <yamaoka>
Mon, 1 Dec 2003 11:41:27 +0000 (11:41 +0000)
committeryamaoka <yamaoka>
Mon, 1 Dec 2003 11:41:27 +0000 (11:41 +0000)
lisp/ChangeLog
lisp/gnus-agent.el

index 4fa312f..25a93b3 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-01  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-agent.el (gnus-agent-expire-days): Doc fix.
+
 2003-11-30  Simon Josefsson  <jas@extundo.com>
 
        * gnus-agent.el (gnus-agent-expire-group-1): Bind message-log-max
index a8e2f38..1425ce8 100644 (file)
@@ -73,7 +73,8 @@
   :type 'integer)
 
 (defcustom gnus-agent-expire-days 7
-  "Read articles older than this will be expired."
+  "Read articles older than this will be expired.
+If you wish to disable Agent expiring, see `gnus-agent-enable-expiration'."
   :group 'gnus-agent
   :type '(number :tag "days"))