emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a3b32a8: Fix docstring of gnus-dependencies-add-hea


From: Eric Abrahamsen
Subject: [Emacs-diffs] master a3b32a8: Fix docstring of gnus-dependencies-add-header
Date: Wed, 25 Jul 2018 15:15:25 -0400 (EDT)

branch: master
commit a3b32a8be1e01ba10ecae9abc27214298467c995
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Fix docstring of gnus-dependencies-add-header
    
    * lisp/gnus/gnus-sum.el (gnus-dependencies-add-header): Code is
      correct, but docs had logic of `gnus-summary-ignore-duplicates'
      backwards: if it's t, the Message-IDs will not be renamed.
---
 lisp/gnus/gnus-sum.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index e562b30..ceb9842 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -4310,10 +4310,10 @@ If SELECT-ARTICLES, only select those articles from 
GROUP."
 If FORCE-NEW is not nil, enter HEADER into the DEPENDENCIES table even
 if it was already present.
 
-If `gnus-summary-ignore-duplicates' is nil then duplicate Message-IDs
-will not be entered in the DEPENDENCIES table.  Otherwise duplicate
-Message-IDs will be renamed to a unique Message-ID before being
-entered.
+If `gnus-summary-ignore-duplicates' is non-nil then duplicate
+Message-IDs will not be entered in the DEPENDENCIES table.
+Otherwise duplicate Message-IDs will be renamed to a unique
+Message-ID before being entered.
 
 Returns HEADER if it was entered in the DEPENDENCIES.  Returns nil otherwise."
   (let* ((id (mail-header-id header))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]