summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Li <darkfeline@felesatra.moe>2020-02-16 23:55:43 -0800
committerEli Zaretskii <eliz@gnu.org>2020-02-21 11:01:25 +0200
commitb410f902d54fe50efdaf15f79f18cbd46a1d9dd0 (patch)
treee7ad28806882de16b320822333010c497fccdc0e
parentac0546612d3e8a6360a756f42d74e7351eb26dff (diff)
downloademacs-b410f902d54fe50efdaf15f79f18cbd46a1d9dd0.tar.gz
Document 'message-send-mail-function' in the Emacs manual
Most of the manual here addresses Message mode, yet talks about 'send-mail-function' which is used for Mail mode. Fixing this completely requires more involved work, but for now at least document the difference here. * doc/emacs/sending.texi (Mail Sending): Mention 'message-send-mail-function'. (Bug#39639)
-rw-r--r--doc/emacs/sending.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi
index 246d6052e08..8d3f96139ff 100644
--- a/doc/emacs/sending.texi
+++ b/doc/emacs/sending.texi
@@ -361,9 +361,12 @@ twice).
@cindex Feedmail
@cindex Sendmail
@cindex Mailclient
+@vindex message-send-mail-function
@vindex send-mail-function
- The variable @code{send-mail-function} controls how the message is
-delivered. Its value should be one of the following functions:
+ The variable @code{message-send-mail-function} controls how the
+message is delivered (@code{send-mail-function} is used for Mail mode).
+The value of @code{send-mail-function} should be one of the following
+functions:
@table @code
@item sendmail-query-once