diff options
Diffstat (limited to 'doc/misc/message.texi')
| -rw-r--r-- | doc/misc/message.texi | 8 |
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 |
| 11 | This file documents Message, the Emacs message composition mode. | 11 | This file documents Message, the Emacs message composition mode. |
| 12 | 12 | ||
| 13 | Copyright @copyright{} 1996-2012 Free Software Foundation, Inc. | 13 | Copyright @copyright{} 1996--2012 Free Software Foundation, Inc. |
| 14 | 14 | ||
| 15 | @quotation | 15 | @quotation |
| 16 | Permission is granted to copy, distribute and/or modify this document | 16 | Permission 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 | |||
| 476 | Now you are all set. Just start composing a message as you normally do. | 476 | Now you are all set. Just start composing a message as you normally do. |
| 477 | And just send it; as always. Just before the message is sent out, Gnus' | 477 | And just send it; as always. Just before the message is sent out, Gnus' |
| 478 | MFT generation thingy kicks in and checks if the message already has a | 478 | MFT generation thingy kicks in and checks if the message already has a |
| 479 | MFT field. If there is one, it is left alone. (Except if it's empty - | 479 | MFT field. If there is one, it is left alone. (Except if it's empty; |
| 480 | in that case, the field is removed and is not replaced with an | 480 | in that case, the field is removed and is not replaced with an |
| 481 | automatically generated one. This lets you disable MFT generation on a | 481 | automatically generated one. This lets you disable MFT generation on a |
| 482 | per-message basis.) If there is none, then the list of recipient | 482 | per-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 |
| 2209 | Hook run before sending mail messages. This hook is run very late -- | 2209 | Hook run before sending mail messages. This hook is run very late: |
| 2210 | just before the message is actually sent as mail. | 2210 | just 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 |
| 2214 | Hook run before sending news messages. This hook is run very late -- | 2214 | Hook run before sending news messages. This hook is run very late: |
| 2215 | just before the message is actually sent as news. | 2215 | just before the message is actually sent as news. |
| 2216 | 2216 | ||
| 2217 | @item message-sent-hook | 2217 | @item message-sent-hook |