mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 11:20:39 -08:00
Fix capitalization of "Mail-Followup-To"
* doc/emacs/sending.texi (Header Editing, Mail Headers): Standardize on "Mail-Followup-To" as the capitalization.
This commit is contained in:
parent
f9640f9827
commit
a6d8f2ba02
1 changed files with 2 additions and 2 deletions
|
|
@ -180,7 +180,7 @@ This field takes precedence over @samp{Reply-to}. It is used because
|
||||||
some mailing lists set the @samp{Reply-to} field for their own
|
some mailing lists set the @samp{Reply-to} field for their own
|
||||||
purposes (a somewhat controversial practice).
|
purposes (a somewhat controversial practice).
|
||||||
|
|
||||||
@item Mail-followup-to
|
@item Mail-Followup-To
|
||||||
One of more address(es) to use as default recipient(s) for follow-up
|
One of more address(es) to use as default recipient(s) for follow-up
|
||||||
messages. This is typically used when you reply to a message from a
|
messages. This is typically used when you reply to a message from a
|
||||||
mailing list that you are subscribed to, and want replies to go to the
|
mailing list that you are subscribed to, and want replies to go to the
|
||||||
|
|
@ -424,7 +424,7 @@ Move to the @samp{Bcc} header (@code{message-goto-bcc}).
|
||||||
@item C-c C-f C-r
|
@item C-c C-f C-r
|
||||||
Move to the @samp{Reply-to} header (@code{message-goto-reply-to}).
|
Move to the @samp{Reply-to} header (@code{message-goto-reply-to}).
|
||||||
@item C-c C-f C-f
|
@item C-c C-f C-f
|
||||||
Move to the @samp{Mail-followup-to} header field
|
Move to the @samp{Mail-Followup-To} header field
|
||||||
(@code{message-goto-followup-to}).
|
(@code{message-goto-followup-to}).
|
||||||
@item C-c C-f C-w
|
@item C-c C-f C-w
|
||||||
Add a new @samp{Fcc} header field, with file-name completion
|
Add a new @samp{Fcc} header field, with file-name completion
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue