[gnus git] branch master updated: n0-13-78-gdedb7cd =1= message.texi: update default value of message-generate-new-buffers
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via dedb7cde38cbd0bfde1f4285e35e7bc84c7047e8 (commit)
from 6c5a011d4b207b82ff673b8ae03f913a3756368b (commit)
- Log -----------------------------------------------------------------
commit dedb7cde38cbd0bfde1f4285e35e7bc84c7047e8
Author: Julien Danjou <[email protected]>
Date: Mon Mar 7 15:41:49 2011 +0100
message.texi: update default value of message-generate-new-buffers
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 47051d4..08baca3 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-07 Antoine Levitt <[email protected]>
+
+ * message.texi (Message Buffers): Update default value of
+ message-generate-new-buffers.
+
2011-02-23 Glenn Morris <[email protected]>
* gnus.texi: Standardize some Emacs/XEmacs terminology.
diff --git a/texi/message.texi b/texi/message.texi
index 06c6be8..4fc9148 100644
--- a/texi/message.texi
+++ b/texi/message.texi
@@ -2298,8 +2298,7 @@ created.
@item unique
@item t
-Create the new buffer with the name generated in the Message way. This
-is the default.
+Create the new buffer with the name generated in the Message way.
@item unsent
Similar to @code{unique} but the buffer name begins with "*unsent ".
@@ -2315,7 +2314,7 @@ type, the To address and the group name (any of these may be
@code{nil}). The function should return the new buffer name.
@end table
-The default value is @code{unique}.
+The default value is @code{unsent}.
@item message-max-buffers
@vindex message-max-buffers
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
texi/ChangeLog | 5 +++++
texi/message.texi | 5 ++---
2 files changed, 7 insertions(+), 3 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project