aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-03-21 10:55:59 +0200
committerEli Zaretskii2024-03-21 10:55:59 +0200
commit759dedfab07a1c4db49c1291c9dde2aee648919d (patch)
treeb8f7c319abf9979210350fd541a92e7fcaed4c61
parentfa79de7c6b8883de4433572b2f6dc5b941f6ac66 (diff)
downloademacs-759dedfab07a1c4db49c1291c9dde2aee648919d.tar.gz
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)
-rw-r--r--doc/emacs/rmail.texi5
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.
875 If you set the variable @code{rmail-mail-new-frame} to a 875 If you set the variable @code{rmail-mail-new-frame} to a
876non-@code{nil} value, then all the Rmail commands to start sending a 876non-@code{nil} value, then all the Rmail commands to start sending a
877message create a new frame to edit it in. This frame is deleted when 877message create a new frame to edit it in. This frame is deleted when
878you send the message. 878you send the message (but not if it is the only visible frame on the
879current display, or if it's a text-mode frame). If this frame cannot
880be deleted when you send the message, Emacs will try to reuse it for
881composing subsequent messages.
879@ignore 882@ignore
880@c FIXME does not work with Message -> Kill Message 883@c FIXME does not work with Message -> Kill Message
881, or when you use the @samp{Cancel} item in the @samp{Mail} menu. 884, or when you use the @samp{Cancel} item in the @samp{Mail} menu.