emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog mail/sendmail.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog mail/sendmail.el
Date: Tue, 10 Mar 2009 07:20:39 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/03/10 07:20:39

Modified files:
        lisp           : ChangeLog 
        lisp/mail      : sendmail.el 

Log message:
        (mail-archive-file-name, mail-default-headers): Doc fixes.
        (mail-mailing-lists): Remove leading `*' from defcustom doc.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15444&r2=1.15445
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/sendmail.el?cvsroot=emacs&r1=1.322&r2=1.323

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15444
retrieving revision 1.15445
diff -u -b -r1.15444 -r1.15445
--- ChangeLog   10 Mar 2009 05:01:43 -0000      1.15444
+++ ChangeLog   10 Mar 2009 07:20:32 -0000      1.15445
@@ -1,5 +1,9 @@
 2009-03-10  Glenn Morris  <address@hidden>
 
+       * 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  <address@hidden>  (tiny change)

Index: mail/sendmail.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/sendmail.el,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -b -r1.322 -r1.323
--- mail/sendmail.el    26 Feb 2009 03:53:15 -0000      1.322
+++ mail/sendmail.el    10 Mar 2009 07:20:38 -0000      1.323
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]