emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/message.texi,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/message.texi,v
Date: Wed, 21 Mar 2007 13:28:54 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/03/21 13:28:53

Index: man/message.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/message.texi,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- man/message.texi    21 Jan 2007 04:41:10 -0000      1.41
+++ man/message.texi    21 Mar 2007 13:28:53 -0000      1.42
@@ -2157,10 +2157,36 @@
 @table @code
 @item message-generate-new-buffers
 @vindex message-generate-new-buffers
-If address@hidden, 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:
+
address@hidden @code
address@hidden 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.
+
address@hidden unique
address@hidden t
+Create the new buffer with the name generated in the Message way.  This
+is the default.
+
address@hidden unsent
+Similar to @code{unique} but the buffer name begins with "*unsent ".
+
address@hidden standard
+Similar to @code{nil} but the buffer name is simpler like *mail
+message*.
address@hidden table
address@hidden @var
address@hidden 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
address@hidden).  The function should return the new buffer name.
address@hidden table
+
+The default value is @code{unique}.
 
 @item message-max-buffers
 @vindex message-max-buffers




reply via email to

[Prev in Thread] Current Thread [Next in Thread]