Mercurial > emacs
changeset 32191:56f0edca838c
(gnus-kill): Typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 05 Oct 2000 23:23:06 +0000 |
parents | af0c1b2c3d6e |
children | cdd557fc0cb4 |
files | lisp/gnus/gnus-kill.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/gnus-kill.el Thu Oct 05 23:13:07 2000 +0000 +++ b/lisp/gnus/gnus-kill.el Thu Oct 05 23:23:06 2000 +0000 @@ -523,7 +523,7 @@ (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))