aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2020-05-06 09:28:36 -0700
committerGlenn Morris2020-05-06 09:28:36 -0700
commit3568c5d86fc8d37d761245c19246f76803fb1f16 (patch)
tree540f4b3266535efa902b371b82f83ecd49ed5a7f /lisp
parent033bdd1b908b7cf30ed68bb9a25df0f800832fb3 (diff)
parent7be160d80002cd000f33da38d3a2f7a2920c1bf5 (diff)
downloademacs-3568c5d86fc8d37d761245c19246f76803fb1f16.tar.gz
emacs-3568c5d86fc8d37d761245c19246f76803fb1f16.zip
Merge from origin/emacs-27
7be160d800 Improve "Help Summary" section in user manual f6d6ccc984 Clarify message-sendmail-extra-arguments docstring 95fde1a851 * src/editfns.c (Fformat): Small documentation fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/message.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index eb9c79d66c9..688091815b8 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -873,8 +873,8 @@ If this is nil, use `user-mail-address'. If it is the symbol
873 message-sendmail-envelope-from)) 873 message-sendmail-envelope-from))
874 874
875(defcustom message-sendmail-extra-arguments nil 875(defcustom message-sendmail-extra-arguments nil
876 "Additional arguments to `sendmail-program'." 876 "Additional arguments to `sendmail-program'.
877 ;; E.g. '("-a" "account") for msmtp 877A list of strings, e.g. '("-a" "account") for msmtp."
878 :version "23.1" ;; No Gnus 878 :version "23.1" ;; No Gnus
879 :type '(repeat string) 879 :type '(repeat string)
880 ;; :link '(custom-manual "(message)Mail Variables") 880 ;; :link '(custom-manual "(message)Mail Variables")