]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 4838ba877a411432a18da97c7ce5fdce89d62e5e..dfed2898ca5b8dda0bc0ebf12833e22fd96673fb 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))