(mime-entity-send): Add DOC-string.
authormorioka <morioka>
Thu, 3 Sep 1998 02:50:06 +0000 (02:50 +0000)
committermorioka <morioka>
Thu, 3 Sep 1998 02:50:06 +0000 (02:50 +0000)
mime.el

diff --git a/mime.el b/mime.el
index 338aa9c..2d61fa7 100644 (file)
--- a/mime.el
+++ b/mime.el
@@ -73,9 +73,10 @@ current-buffer, and return it.")
   (mime-find-function service
                      (mime-entity-representation-type-internal entity)))
 
-(defsubst mime-entity-send (entity service &rest args)
+(defsubst mime-entity-send (entity message &rest args)
+  "Send MESSAGE to ENTITY with ARGS, and return the result."
   (apply (mime-find-function
-         service (mime-entity-representation-type-internal entity))
+         message (mime-entity-representation-type-internal entity))
         entity
         args))