From dedb7cde38cbd0bfde1f4285e35e7bc84c7047e8 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 7 Mar 2011 15:41:49 +0100 Subject: [PATCH] message.texi: update default value of message-generate-new-buffers Signed-off-by: Julien Danjou --- texi/ChangeLog | 5 +++++ texi/message.texi | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index 47051d41f..08baca310 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2011-03-07 Antoine Levitt + + * message.texi (Message Buffers): Update default value of + message-generate-new-buffers. + 2011-02-23 Glenn Morris * gnus.texi: Standardize some Emacs/XEmacs terminology. diff --git a/texi/message.texi b/texi/message.texi index 06c6be8ec..4fc914838 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 -- 2.34.1