From debce7bcbb195760322e30aa70bc5f580ff36784 Mon Sep 17 00:00:00 2001 From: Gnus developers Date: Wed, 1 Feb 2012 09:00:42 +0000 Subject: [PATCH] Merge change(s) made in Gnus no-gnus branch 2012-01-31 Jim Meyering gnus-agent.el (gnus-agent-expire-unagentized-dirs): Correct a comment (insert "not") and hide nominally-doubled "to". --- doc/misc/ChangeLog | 5 +++++ lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/gnus-agent.el | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index d1a045a730a..6bb1e065d37 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2012-01-30 Philipp Haselwarter (tiny change) + + * gnus.texi (Agent Basics): Fix outdated description of + `gnus-agent-auto-agentize-methods'. + 2012-01-28 Andreas Schwab * cc-mode.texi: Always @defindex ss. diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index f5e49f70872..bca84de521b 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/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-30 Philipp Haselwarter (tiny change) * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el index d7308758862..5178220af8f 100644 --- a/lisp/gnus/gnus-agent.el +++ b/lisp/gnus/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))) -- 2.39.2