]> git.eshelyaron.com Git - emacs.git/commitdiff
More accurate documentation of 'rmail-mail-new-frame'
authorEli Zaretskii <eliz@gnu.org>
Thu, 21 Mar 2024 08:55:59 +0000 (10:55 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 24 Mar 2024 14:14:47 +0000 (15:14 +0100)
* doc/emacs/rmail.texi (Rmail Reply): More accurate documentation
of the effects of 'rmail-mail-new-frame'.  (Bug#69738)

(cherry picked from commit 759dedfab07a1c4db49c1291c9dde2aee648919d)

doc/emacs/rmail.texi

index 51bd6086ce02535c391b458dfd9a8814421e5796..f94708b08ac56a489da70fdce46d25239bc817ea 100644 (file)
@@ -875,7 +875,10 @@ already composing, or to alter a message you have sent.
   If you set the variable @code{rmail-mail-new-frame} to a
 non-@code{nil} value, then all the Rmail commands to start sending a
 message create a new frame to edit it in.  This frame is deleted when
-you send the message.
+you send the message (but not if it is the only visible frame on the
+current display, or if it's a text-mode frame).  If this frame cannot
+be deleted when you send the message, Emacs will try to reuse it for
+composing subsequent messages.
 @ignore
 @c FIXME does not work with Message -> Kill Message
 , or when you use the @samp{Cancel} item in the @samp{Mail} menu.