aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2018-04-15 18:02:50 +0200
committerLars Ingebrigtsen2018-04-15 18:02:50 +0200
commitbea6ae4e3e0814a4dbc81655d9e5ac36064bec1d (patch)
tree9761ca6114b50c8cca3862e2a460e0bd41555ec9 /doc/misc
parentc3ca885f4931a3b17b7e826cc866550d264d685a (diff)
downloademacs-bea6ae4e3e0814a4dbc81655d9e5ac36064bec1d.tar.gz
emacs-bea6ae4e3e0814a4dbc81655d9e5ac36064bec1d.zip
Add new command `gnus-summary-attach-article'
* doc/misc/gnus.texi (Summary Message Commands): Document it. * lisp/gnus/gnus-msg.el (gnus-summary-attach-article): New command and keystroke (bug#19788). * lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entry for it.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/gnus.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index efda7f20b57..77c02182b4b 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -5850,6 +5850,15 @@ buffer (@code{gnus-summary-yank-message}). This command prompts for
5850what message buffer you want to yank into, and understands the 5850what message buffer you want to yank into, and understands the
5851process/prefix convention (@pxref{Process/Prefix}). 5851process/prefix convention (@pxref{Process/Prefix}).
5852 5852
5853@item S A
5854@kindex S A @r{(Summary)}
5855@findex gnus-summary-attach-article
5856Attach the current article into an already existing Message
5857composition buffer (@code{gnus-summary-yank-message}). If no such
5858buffer exists, a new one is created. This command prompts for what
5859message buffer you want to yank into, and understands the
5860process/prefix convention (@pxref{Process/Prefix}).
5861
5853@end table 5862@end table
5854 5863
5855 5864