]> git.eshelyaron.com Git - emacs.git/commitdiff
message-sendmail-f-is-evil doc string fix
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Aug 2020 13:27:07 +0000 (15:27 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Aug 2020 13:27:07 +0000 (15:27 +0200)
* lisp/gnus/message.el (message-sendmail-f-is-evil): Make doc
string less confusing by removing a joke (bug#41096).

lisp/gnus/message.el

index 07ff48903857ba4569ef2d24747d64e30bc11665..417982731e8f2f3ba89ea4f75175f37dfd6a9ddc 100644 (file)
@@ -854,7 +854,8 @@ symbol `never', the posting is not allowed.  If it is the symbol
   ;; differently (bug#36937).
   nil
   "Non-nil means don't add \"-f username\" to the sendmail command line.
-Doing so would be even more evil than leaving it out."
+See `feedmail-sendmail-f-doesnt-sell-me-out' for an explanation
+of what the \"-f\" parameter does."
   :group 'message-sending
   :link '(custom-manual "(message)Mail Variables")
   :type 'boolean)