* gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
authorKevin Greiner <kevin.greiner@compsol.cc>
Mon, 3 Mar 2003 13:31:49 +0000 (13:31 +0000)
committerKevin Greiner <kevin.greiner@compsol.cc>
Mon, 3 Mar 2003 13:31:49 +0000 (13:31 +0000)
(gnus-agent-expire-group-1): Removed invalid (interactive) specifier.

lisp/ChangeLog
lisp/gnus-agent.el

index b7ecc05..aa543e8 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
+
+       * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
+       (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
+
 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
index 527cb69..624f60c 100644 (file)
@@ -156,7 +156,7 @@ this limit."
 When set to ENABLE, the default, gnus-agent-expire will expire old
 contents from a group's local storage.  This value may be overridden
 to disable expiration in specific categories, topics, and groups.  Of
-course, you could change gnus-agent-enable-expiration to nil then
+course, you could change gnus-agent-enable-expiration to DISABLE then
 enable expiration per categories, topics, and groups."
   :group 'gnus-agent
   :type '(radio (const :format "Enable " ENABLE)
@@ -2409,7 +2409,6 @@ FORCE is equivalent to setting the expiration predicates to true."
   ;; Internal function - requires caller to have set
   ;; gnus-command-method, initialized overview buffer, and to have
   ;; provided a non-nil active
-  (interactive)
 
   (if (eq 'DISABLE (gnus-agent-find-parameter group 'agent-enable-expiration))
       (gnus-message 5 "Expiry skipping over %s" group)