Synch with Oort Gnus.
authoryamaoka <yamaoka>
Tue, 7 Jan 2003 03:45:04 +0000 (03:45 +0000)
committeryamaoka <yamaoka>
Tue, 7 Jan 2003 03:45:04 +0000 (03:45 +0000)
lisp/ChangeLog
lisp/message.el

index 59962d3..fbb2590 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-07  Simon Josefsson  <jas@extundo.com>
+
+       * message.el (message-mode-menu): Fix receipt balloon help.
+
 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
index fb7767e..01d457c 100644 (file)
@@ -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"))]