Fix.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 6 Oct 2000 17:42:19 +0000 (17:42 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 6 Oct 2000 17:42:19 +0000 (17:42 +0000)
ChangeLog
lisp/message.el
texi/ChangeLog
texi/message.texi

index 43b9567..e0d44c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,3 +33,6 @@
        * xemacs.mak: New NMAKE file to support build and install on
        Windows NT.
 
+;; Local Variables:
+;; coding: iso-2022-7bit
+;; End:
index f516ada..f8e0cc2 100644 (file)
@@ -903,7 +903,7 @@ should be sent in several parts. If it is nil, the size is unlimited."
 
 (defcustom message-alternative-emails nil
   "A regexp to match the alternative email addresses.
-The first matched address (not primary one) is used in From field."
+The first matched address (not primary one) is used in the From field."
   :group 'message-headers
   :type '(choice (const :tag "Always use primary" nil)
                 regexp))
index 177d26d..62fc8a5 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-06 14:38:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.texi (Message Headers): Add.
+
 2000-10-04 09:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus.texi (Article Hiding): Add.
index 8711749..b541166 100644 (file)
@@ -767,6 +767,11 @@ have to deal with users that use these evil tools, in which case you may
 set this variable to a regexp that matches these prefixes.  Myself, I
 just throw away non-compliant mail.
 
+@item message-alternative-emails
+@vindex message-alternative-emails
+A regexp to match the alternative email addresses.  The first matched
+address (not primary one) is used in the @code{From} field.
+
 @end table