diff lisp/gnus/mml-sec.el @ 108262:b1e54ed5a91e

Synch with Gnus trunk. (mml-secure-message-sign): Fix cut and paste error.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 06 May 2010 05:54:57 +0000
parents 0fe940324254
children 8d09094063d0
line wrap: on
line diff
--- a/lisp/gnus/mml-sec.el	Thu May 06 05:51:42 2010 +0000
+++ b/lisp/gnus/mml-sec.el	Thu May 06 05:54:57 2010 +0000
@@ -308,11 +308,11 @@
 
 
 (defun mml-secure-message-sign (&optional method)
-  "Add MML tags to sign this MML part.
+  "Add MML tags to sign the entire message.
 Use METHOD if given. Else use `mml-secure-method' or
 `mml-default-sign-method'."
   (interactive)
-  (mml-secure-part
+  (mml-secure-message
    (or method mml-secure-method mml-default-sign-method)
    'sign))