(gnus-kill): Typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 5 Oct 2000 23:23:06 +0000 (23:23 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 5 Oct 2000 23:23:06 +0000 (23:23 +0000)
lisp/gnus/gnus-kill.el

index 4838ba8..dfed289 100644 (file)
@@ -523,7 +523,7 @@ COMMAND must be a lisp expression or a string representing a key sequence."
          (if (listp kill-list)
              ;; It is a list.
              (if (not (consp (cdr kill-list)))
-                 ;; It's on the form (regexp . date).
+                 ;; It's of the form (regexp . date).
                  (if (zerop (gnus-execute field (car kill-list)
                                           command nil (not all)))
                      (when (> (days-between date (cdr kill-list))