diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2018-04-15 18:13:23 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2018-04-15 18:13:23 +0200 |
commit | 874a724734ddc0332a3a82c7a29c5cf850ede420 (patch) | |
tree | a3201137bb296154797028b4ca6ae55d10912edc /lisp/gnus | |
parent | bea6ae4e3e0814a4dbc81655d9e5ac36064bec1d (diff) | |
download | emacs-874a724734ddc0332a3a82c7a29c5cf850ede420.tar.gz |
Clarify menu entry in previous check-in
* lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Menu bar
entry for it.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/gnus-sum.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 165d8f96490..b68dfdf6b79 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -2629,7 +2629,7 @@ gnus-summary-show-article-from-menu-as-charset-%s" cs)))) ["Resend message edit" gnus-summary-resend-message-edit t] ["Send bounced mail" gnus-summary-resend-bounced-mail t] ["Send a mail" gnus-summary-mail-other-window t] - ["Attach article to a message" gnus-summary-attach-article t] + ["Attach article to outgoing message" gnus-summary-attach-article t] ["Create a local message" gnus-summary-news-other-window t] ["Uuencode and post" gnus-uu-post-news :help "Post a uuencoded article"] |