# HG changeset patch # User Glenn Morris # Date 1236669632 0 # Node ID 11f6dbbc28a8b14075895131afe1e45b616ccfc4 # Parent bb6b744158ee71b925b3109f114ba97aa5df691e (mail-archive-file-name, mail-default-headers): Doc fixes. (mail-mailing-lists): Remove leading `*' from defcustom doc. diff -r bb6b744158ee -r 11f6dbbc28a8 lisp/ChangeLog --- a/lisp/ChangeLog Tue Mar 10 07:20:16 2009 +0000 +++ b/lisp/ChangeLog Tue Mar 10 07:20:32 2009 +0000 @@ -1,5 +1,9 @@ 2009-03-10 Glenn Morris + * mail/sendmail.el (mail-archive-file-name, mail-default-headers): + Doc fixes. + (mail-mailing-lists): Remove leading `*' from defcustom doc. + * simple.el (compose-mail): Doc fix. 2009-03-10 Alexander Becher (tiny change) diff -r bb6b744158ee -r 11f6dbbc28a8 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Tue Mar 10 07:20:16 2009 +0000 +++ b/lisp/mail/sendmail.el Tue Mar 10 07:20:32 2009 +0000 @@ -183,7 +183,8 @@ ;;;###autoload (defcustom mail-archive-file-name nil "Name of file to write all outgoing messages in, or nil for none. -This can be an inbox file or an Rmail file." +This is normally an mbox file, but for backwards compatibility may also +be a Babyl file." :type '(choice file (const nil)) :group 'sendmail) @@ -422,11 +423,12 @@ ;;;###autoload (defcustom mail-default-headers nil "A string containing header lines, to be inserted in outgoing messages. -It is inserted before you edit the message, -so you can edit or delete these lines." +It can contain newlines, and should end in one. It is inserted +before you edit the message, so you can edit or delete the lines." :type '(choice (const nil) string) :group 'sendmail) +;; FIXME no need for autoload ;;;###autoload (defcustom mail-bury-selects-summary t "If non-nil, try to show Rmail summary buffer after returning from mail. @@ -436,6 +438,7 @@ :type 'boolean :group 'sendmail) +;; FIXME no need for autoload ;;;###autoload (defcustom mail-send-nonascii 'mime "Specify whether to allow sending non-ASCII characters in mail. @@ -812,9 +815,8 @@ :group 'sendmail) ;;;###autoload -(defcustom mail-mailing-lists nil "\ -*List of mailing list addresses the user is subscribed to. - +(defcustom mail-mailing-lists nil +"List of mailing list addresses the user is subscribed to. The variable is used to trigger insertion of the \"Mail-Followup-To\" header when sending a message to a mailing list." :type '(repeat string)