diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/message.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 0e83e083383..63d67c66599 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 2 | |||
| 3 | * message.texi (Sending Variables): Fixed variable documentation to | ||
| 4 | avoid the "y/n" wording. | ||
| 5 | |||
| 1 | 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com> | 6 | 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 7 | ||
| 3 | * message.texi (Sending Variables): Added `message-confirm-send' doc. | 8 | * message.texi (Sending Variables): Added `message-confirm-send' doc. |
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 353089da264..705b3612483 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -2225,7 +2225,7 @@ if @code{nil} let the mailer mail back a message to report errors. | |||
| 2225 | 2225 | ||
| 2226 | @item message-confirm-send | 2226 | @item message-confirm-send |
| 2227 | @vindex message-confirm-send | 2227 | @vindex message-confirm-send |
| 2228 | If non-@code{nil} display a y/n prompt before actually sending the | 2228 | When non-@code{nil}, Gnus will ask for confirmation when sending a |
| 2229 | message. | 2229 | message. |
| 2230 | 2230 | ||
| 2231 | @end table | 2231 | @end table |