gnus-agent comment fix
authorJim Meyering <jim@meyering.net>
Tue, 31 Jan 2012 23:01:03 +0000 (00:01 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 31 Jan 2012 23:01:03 +0000 (00:01 +0100)
* gnus-agent.el (gnus-agent-expire-unagentized-dirs):
Correct a comment (insert "not") and hide nominally-doubled "to".

lisp/ChangeLog
lisp/gnus-agent.el

index 20b15f9..6321ece 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-31  Jim Meyering  <jim@meyering.net>
+
+       * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
+        Correct a comment (insert "not") and hide nominally-doubled "to".
+
 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
 
        * gnus.el: No Gnus v0.19 is released.
index d730875..5178220 100644 (file)
@@ -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)))