diff options
author | Eli Zaretskii <eliz@gnu.org> | 2024-03-21 10:55:59 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-03-21 10:55:59 +0200 |
commit | 759dedfab07a1c4db49c1291c9dde2aee648919d (patch) | |
tree | b8f7c319abf9979210350fd541a92e7fcaed4c61 /doc | |
parent | fa79de7c6b8883de4433572b2f6dc5b941f6ac66 (diff) | |
download | emacs-759dedfab07a1c4db49c1291c9dde2aee648919d.tar.gz emacs-759dedfab07a1c4db49c1291c9dde2aee648919d.tar.bz2 emacs-759dedfab07a1c4db49c1291c9dde2aee648919d.zip |
More accurate documentation of 'rmail-mail-new-frame'
* doc/emacs/rmail.texi (Rmail Reply): More accurate documentation
of the effects of 'rmail-mail-new-frame'. (Bug#69738)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/rmail.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi index 51bd6086ce0..f94708b08ac 100644 --- a/doc/emacs/rmail.texi +++ b/doc/emacs/rmail.texi @@ -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. |