(elmo-cache-expire-by-age): Add docstring. Make it interactive.
authorokazaki <okazaki>
Mon, 6 Nov 2006 22:55:43 +0000 (22:55 +0000)
committerokazaki <okazaki>
Mon, 6 Nov 2006 22:55:43 +0000 (22:55 +0000)
elmo/elmo-util.el

index 8817170..981930f 100644 (file)
@@ -2075,6 +2075,9 @@ If KBYTES is kilo bytes (This value must be float)."
     ret-val))
 
 (defun elmo-cache-expire-by-age (&optional days)
+  "Expire cache file by age.
+Optional argument DAYS specifies the days to expire caches."
+  (interactive)
   (let ((age (or (and days (int-to-string days))
                 (and (interactive-p)
                      (read-from-minibuffer