diff options
| author | Eli Zaretskii | 2024-03-21 10:55:59 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2024-03-21 10:55:59 +0200 |
| commit | 759dedfab07a1c4db49c1291c9dde2aee648919d (patch) | |
| tree | b8f7c319abf9979210350fd541a92e7fcaed4c61 | |
| parent | fa79de7c6b8883de4433572b2f6dc5b941f6ac66 (diff) | |
| download | emacs-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.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. | |||
| 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 |
| 876 | non-@code{nil} value, then all the Rmail commands to start sending a | 876 | non-@code{nil} value, then all the Rmail commands to start sending a |
| 877 | message create a new frame to edit it in. This frame is deleted when | 877 | message create a new frame to edit it in. This frame is deleted when |
| 878 | you send the message. | 878 | you send the message (but not if it is the only visible frame on the |
| 879 | current display, or if it's a text-mode frame). If this frame cannot | ||
| 880 | be deleted when you send the message, Emacs will try to reuse it for | ||
| 881 | composing 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. |