aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2011-09-03 13:14:32 +0300
committerEli Zaretskii2011-09-03 13:14:32 +0300
commit46c3b5e12bf78578d02e6581d87f9c72fc073ce0 (patch)
treec19035855e4be063d094767bd1554b90a70e9d0b
parent767d420a929106a7406ba31ccf607a7b7a088b33 (diff)
downloademacs-46c3b5e12bf78578d02e6581d87f9c72fc073ce0.tar.gz
emacs-46c3b5e12bf78578d02e6581d87f9c72fc073ce0.zip
Doc fixes in sendmail.el.
-rw-r--r--lisp/mail/sendmail.el10
1 files changed, 1 insertions, 9 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index dc1b4d8cfcc..a51c2c7e922 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -36,15 +36,7 @@
36 36
37(autoload 'mml-attach-file "mml" 37(autoload 'mml-attach-file "mml"
38 "Attach a file to the outgoing MIME message. 38 "Attach a file to the outgoing MIME message.
39The file is not inserted or encoded until you send the message with 39The file is not inserted or encoded until you send the message.")
40`\\[message-send-and-exit]' or `\\[message-send]'.
41
42FILE is the name of the file to attach. TYPE is its
43content-type, a string of the form \"type/subtype\". DESCRIPTION
44is a one-line description of the attachment. The DISPOSITION
45specifies how the attachment is intended to be displayed. It can
46be either \"inline\" (displayed automatically within the message
47body) or \"attachment\" (separate from the body).")
48 40
49(autoload 'mm-default-file-encoding "mm-encode" 41(autoload 'mm-default-file-encoding "mm-encode"
50 "Return the default encoding for FILE.") 42 "Return the default encoding for FILE.")