From: Jim Meyering Date: Tue, 31 Jan 2012 23:01:03 +0000 (+0100) Subject: gnus-agent comment fix X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=b4eb83e95940acc2e0da6f31174afed18f919083;p=gnus gnus-agent comment fix * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Correct a comment (insert "not") and hide nominally-doubled "to". --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 20b15f9ab..6321ece3d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-01-31 Jim Meyering + + * gnus-agent.el (gnus-agent-expire-unagentized-dirs): + Correct a comment (insert "not") and hide nominally-doubled "to". + 2012-01-31 Lars Magne Ingebrigtsen * gnus.el: No Gnus v0.19 is released. diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el index d73087588..5178220af 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -3618,7 +3618,7 @@ articles in every agentized group? ")) (setq r d d (directory-file-name d))) ;; if ANY ancestor was NOT in keep hash and - ;; it's already in to-remove, add it to + ;; it's not already in to-remove, add it to ;; to-remove. (if (and r (not (member r to-remove)))