diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-20 15:27:07 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-20 15:27:07 +0200 |
commit | 219e80f0a37124777803723d0f8bbc84b0cc0b0f (patch) | |
tree | 8d87db51f6a92e0c4c4db6d4ac57fbf7518b2513 /lisp/gnus | |
parent | 80628df778c2608e0d0d934ed884365ae94f9ddd (diff) | |
download | emacs-219e80f0a37124777803723d0f8bbc84b0cc0b0f.tar.gz emacs-219e80f0a37124777803723d0f8bbc84b0cc0b0f.tar.bz2 emacs-219e80f0a37124777803723d0f8bbc84b0cc0b0f.zip |
message-sendmail-f-is-evil doc string fix
* lisp/gnus/message.el (message-sendmail-f-is-evil): Make doc
string less confusing by removing a joke (bug#41096).
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/message.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 07ff4890385..417982731e8 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -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) |