emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp/mh-e mh-comp.el ChangeLog


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-comp.el ChangeLog
Date: Sun, 19 Mar 2006 20:21:58 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    06/03/19 20:21:58

Modified files:
        lisp/mh-e      : mh-comp.el ChangeLog 

Log message:
        (mh-reply): Sync docstring with manual.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-comp.el.diff?tr1=1.50&tr2=1.51&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.187&tr2=1.188&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.187 emacs/lisp/mh-e/ChangeLog:1.188
--- emacs/lisp/mh-e/ChangeLog:1.187     Sun Mar 19 18:20:31 2006
+++ emacs/lisp/mh-e/ChangeLog   Sun Mar 19 20:21:58 2006
@@ -1,5 +1,7 @@
 2006-03-19  Bill Wohler  <address@hidden>
 
+       * mh-comp.el (mh-reply): Sync docstring with manual.
+
        * mh-compat.el (mh-image-load-path-for-library): Shorten first line in
        docstring.
 
Index: emacs/lisp/mh-e/mh-comp.el
diff -u emacs/lisp/mh-e/mh-comp.el:1.50 emacs/lisp/mh-e/mh-comp.el:1.51
--- emacs/lisp/mh-e/mh-comp.el:1.50     Thu Mar 16 17:38:14 2006
+++ emacs/lisp/mh-e/mh-comp.el  Sun Mar 19 20:21:58 2006
@@ -580,14 +580,16 @@
 
      Response     Reply Goes To
 
-     from         The person who sent the message.  This is the
+     from         The person who sent the message. This is the
                   default, so <RET> is sufficient.
 
      to           Replies to the sender, plus all recipients in the
                   \"To:\" header field.
 
-     all
-     cc           Forms a reply to the sender, plus all recipients.
+     all cc       Forms a reply to the addresses in the
+                  \"Mail-Followup-To:\" header field if one
+                  exists; otherwise forms a reply to the sender,
+                  plus all recipients.
 
 Depending on your answer, \"repl\" is given a different argument
 to form your reply. Specifically, a choice of \"from\" or none at
@@ -597,7 +599,11 @@
 
 Two windows are then created. One window contains the message to
 which you are replying in an MH-Show buffer. Your draft, in
-MH-Letter mode (see `mh-letter-mode'), is in the other window.
+MH-Letter mode (*note `mh-letter-mode'), is in the other window.
+If the reply draft was not one that you expected, check the
+things that affect the behavior of \"repl\" which include the
+\"repl:\" profile component and the \"replcomps\" and
+\"replgroupcomps\" files.
 
 If you supply a prefix argument INCLUDEP, the message you are
 replying to is inserted in your reply after having first been run




reply via email to

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