aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/sendmail.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index b9e8853d00f..3afdddb974f 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -42,8 +42,9 @@ If `nil', they contain just the return address like:
42If `parens', they look like: 42If `parens', they look like:
43 king@grassland.com (Elvis Parsley) 43 king@grassland.com (Elvis Parsley)
44If `angles', they look like: 44If `angles', they look like:
45 Elvis Parsley <king@grassland.com>" 45 Elvis Parsley <king@grassland.com>
46 :type '(choice (const nil) (const parens) (const angles)) 46If `default', Rmail allows the system to insert its default From field."
47 :type '(choice (const nil) (const parens) (const angles) (const default))
47 :group 'sendmail) 48 :group 'sendmail)
48 49
49;;;###autoload 50;;;###autoload