(gnus-agent-expire-days): Doc fix.
authorSimon Josefsson <jas@extundo.com>
Mon, 1 Dec 2003 11:37:01 +0000 (11:37 +0000)
committerSimon Josefsson <jas@extundo.com>
Mon, 1 Dec 2003 11:37:01 +0000 (11:37 +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 e0a8ff3..783036c 100644 (file)
@@ -69,7 +69,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"))