From 0462d01962732c9c447728c547128c77f9d63999 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 10 Mar 2009 07:20:32 +0000 Subject: [PATCH] (mail-archive-file-name, mail-default-headers): Doc fixes. (mail-mailing-lists): Remove leading `*' from defcustom doc. --- lisp/ChangeLog | 4 ++++ lisp/mail/sendmail.el | 14 ++++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d2cc17a3c65..93f0d34abaa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 587b129cb92..4542d262ec0 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -183,7 +183,8 @@ This is used by the default mail-sending commands. See also ;;;###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 @@ This directory is used for auto-save files of mail buffers." ;;;###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 @@ is non-nil." :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 @@ Prefix arg means don't delete this window." :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) -- 2.39.5