(Message Buffers): Update documentation for message-generate-new-buffers.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 15 Mar 2007 22:41:24 +0000 (22:41 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 15 Mar 2007 22:41:24 +0000 (22:41 +0000)
texi/ChangeLog
texi/message.texi

index 76cc4e7..f6de31d 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.texi (Message Buffers): Update documentation for
+       message-generate-new-buffers.
+
 2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
 
        * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
index 44ff7d9..67ac1e5 100644 (file)
@@ -2204,10 +2204,34 @@ message buffers are kept alive.
 @table @code
 @item message-generate-new-buffers
 @vindex message-generate-new-buffers
-If non-@code{nil}, generate new buffers.  The default is @code{t}.  If
-this is a function, call that function with three parameters: The type,
-the to address and the group name.  (Any of these may be @code{nil}.)
-The function should return the new buffer name.
+Controls whether to create a new message buffer to compose a message.
+Valid values include:
+
+@table @code
+@item nil
+Generate the buffer name in the Message way (e.g., *mail*, *news*, *mail
+to whom*, *news on group*, etc.) and continue editing in the existing
+buffer of that name.  If there is no such buffer, it will be newly
+created.
+
+@item unique
+@item t
+Create the new buffer with the name generated in the Message way.  This
+is the default.
+
+@item unsent
+Similar to @code{unique} but the buffer name begins with "*unsent ".
+
+@item standard
+Similar to @code{nil} but the buffer name is simpler like *mail
+message*.
+@end table
+@table @var
+@item function
+If this is a function, call that function with three parameters: The
+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
 
 @item message-max-buffers
 @vindex message-max-buffers