From 2857f1fd23c6c3ae6645f721fa0d21d61ee28a9b Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 1 Dec 2003 11:41:27 +0000 Subject: [PATCH] Synch to Gnus 200312011137. --- lisp/ChangeLog | 4 ++++ lisp/gnus-agent.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4fa312f..25a93b3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-12-01 Simon Josefsson + + * gnus-agent.el (gnus-agent-expire-days): Doc fix. + 2003-11-30 Simon Josefsson * gnus-agent.el (gnus-agent-expire-group-1): Bind message-log-max diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el index a8e2f38..1425ce8 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -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")) -- 1.7.10.4