]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix docstring of gnus-dependencies-add-header
authorEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 25 Jul 2018 19:13:36 +0000 (12:13 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 25 Jul 2018 19:13:36 +0000 (12:13 -0700)
* 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

index e562b30170a0ce7e737843061a9974bc706bb817..ceb98421665ce49b0d2aba3e231ff85939279055 100644 (file)
@@ -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))