X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fmessage.el;h=ac8e25166bf38527b6425e593d37a7717bfe7a09;hb=a8ee92ba66284aa600ccd866e9a85fcbe35ea116;hp=8b468408c6911052da8ed39439d05155f23f7aae;hpb=f4b6efa7b755a9cd767c2653f33aa2678c6f7987;p=gnus diff --git a/lisp/message.el b/lisp/message.el index 8b468408c..ac8e25166 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -2009,7 +2009,7 @@ Point is left at the beginning of the narrowed-to region." (define-key message-mode-map "\C-c\C-i" 'message-goto-signature) (define-key message-mode-map "\C-c\C-t" 'message-insert-to) - (define-key message-mode-map "\C-c\C-p" 'message-insert-wide-reply) + (define-key message-mode-map "\C-c\M-t" 'message-insert-wide-reply) (define-key message-mode-map "\C-c\C-n" 'message-insert-newsgroups) (define-key message-mode-map "\C-c\C-l" 'message-to-list-only) @@ -2066,7 +2066,7 @@ Point is left at the beginning of the narrowed-to region." ["Request Receipt" message-insert-disposition-notification-to ,@(if (featurep 'xemacs) '(t) - '(:help "Request a Disposition Notification of this article"))] + '(:help "Request a receipt notification"))] ["Spellcheck" ispell-message ,@(if (featurep 'xemacs) '(t) '(:help "Spellcheck this message"))]