aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/message.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/message.texi')
-rw-r--r--doc/misc/message.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index cbeac404000..0f8a383377e 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -10,7 +10,7 @@
10@copying 10@copying
11This file documents Message, the Emacs message composition mode. 11This file documents Message, the Emacs message composition mode.
12 12
13Copyright @copyright{} 1996-2012 Free Software Foundation, Inc. 13Copyright @copyright{} 1996--2012 Free Software Foundation, Inc.
14 14
15@quotation 15@quotation
16Permission is granted to copy, distribute and/or modify this document 16Permission is granted to copy, distribute and/or modify this document
@@ -476,7 +476,7 @@ You can use one or more of the above variables. All their values are
476Now you are all set. Just start composing a message as you normally do. 476Now you are all set. Just start composing a message as you normally do.
477And just send it; as always. Just before the message is sent out, Gnus' 477And just send it; as always. Just before the message is sent out, Gnus'
478MFT generation thingy kicks in and checks if the message already has a 478MFT generation thingy kicks in and checks if the message already has a
479MFT field. If there is one, it is left alone. (Except if it's empty - 479MFT field. If there is one, it is left alone. (Except if it's empty;
480in that case, the field is removed and is not replaced with an 480in that case, the field is removed and is not replaced with an
481automatically generated one. This lets you disable MFT generation on a 481automatically generated one. This lets you disable MFT generation on a
482per-message basis.) If there is none, then the list of recipient 482per-message basis.) If there is none, then the list of recipient
@@ -2206,12 +2206,12 @@ This function won't add the header if the header is already present.
2206 2206
2207@item message-send-mail-hook 2207@item message-send-mail-hook
2208@vindex message-send-mail-hook 2208@vindex message-send-mail-hook
2209Hook run before sending mail messages. This hook is run very late -- 2209Hook run before sending mail messages. This hook is run very late:
2210just before the message is actually sent as mail. 2210just before the message is actually sent as mail.
2211 2211
2212@item message-send-news-hook 2212@item message-send-news-hook
2213@vindex message-send-news-hook 2213@vindex message-send-news-hook
2214Hook run before sending news messages. This hook is run very late -- 2214Hook run before sending news messages. This hook is run very late:
2215just before the message is actually sent as news. 2215just before the message is actually sent as news.
2216 2216
2217@item message-sent-hook 2217@item message-sent-hook