From 5f273fce8f9c2ca3b42b432ab02da912e6dd7212 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 7 Jan 2003 03:45:04 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 4 ++++ lisp/message.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 59962d3..fbb2590 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-01-07 Simon Josefsson + + * message.el (message-mode-menu): Fix receipt balloon help. + 2003-01-07 Jesper Harder * gnus-msg.el (gnus-group-post-news): Don't assume that "" will diff --git a/lisp/message.el b/lisp/message.el index fb7767e..01d457c 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -2302,7 +2302,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"))] -- 1.7.10.4