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 b9e8853d00..3afdddb974 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -42,8 +42,9 @@ If `nil', they contain just the return address like:
If `parens', they look like:
[email protected] (Elvis Parsley)
If `angles', they look like:
- Elvis Parsley <[email protected]>"
- :type '(choice (const nil) (const parens) (const angles))
+ Elvis Parsley <[email protected]>
+If `default', Rmail allows the system to insert its default From field."
+ :type '(choice (const nil) (const parens) (const angles) (const default))
:group 'sendmail)
;;;###autoload