From 77991a80ff9b6185b2b466eec25f4fa7d5e181aa Mon Sep 17 00:00:00 2001 From: Allen Li Date: Sun, 16 Feb 2020 23:55:43 -0800 Subject: [PATCH 2/2] Document message-send-mail-function 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): Clarify manual --- doc/emacs/sending.texi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi index 246d6052e0..8d3f96139f 100644 --- a/doc/emacs/sending.texi +++ b/doc/emacs/sending.texi @@ -361,9 +361,12 @@ Mail Sending @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 -- 2.25.0