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)
This commit is contained in:
parent
ac0546612d
commit
b410f902d5
1 changed files with 5 additions and 2 deletions
|
@ -361,9 +361,12 @@ twice).
|
||||||
@cindex Feedmail
|
@cindex Feedmail
|
||||||
@cindex Sendmail
|
@cindex Sendmail
|
||||||
@cindex Mailclient
|
@cindex Mailclient
|
||||||
|
@vindex message-send-mail-function
|
||||||
@vindex send-mail-function
|
@vindex send-mail-function
|
||||||
The variable @code{send-mail-function} controls how the message is
|
The variable @code{message-send-mail-function} controls how the
|
||||||
delivered. Its value should be one of the following functions:
|
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
|
@table @code
|
||||||
@item sendmail-query-once
|
@item sendmail-query-once
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue