changeset 102469:11f6dbbc28a8

(mail-archive-file-name, mail-default-headers): Doc fixes. (mail-mailing-lists): Remove leading `*' from defcustom doc.
author Glenn Morris <rgm@gnu.org>
date Tue, 10 Mar 2009 07:20:32 +0000
parents bb6b744158ee
children a08e142509bf
files lisp/ChangeLog lisp/mail/sendmail.el
diffstat 2 files changed, 12 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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  <rgm@gnu.org>
 
+	* 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  <alexander.becher@capgemini-sdm.com>  (tiny change)
--- 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)