# HG changeset patch # User Glenn Morris # Date 1236661303 0 # Node ID f12ab46082b46cc641f283e947b62b296db25ef0 # Parent 13c12974c2f07d1deb618f59dc555644f114b39c (compose-mail): Doc fix. diff -r 13c12974c2f0 -r f12ab46082b4 lisp/ChangeLog --- a/lisp/ChangeLog Tue Mar 10 03:35:27 2009 +0000 +++ b/lisp/ChangeLog Tue Mar 10 05:01:43 2009 +0000 @@ -1,3 +1,7 @@ +2009-03-10 Glenn Morris + + * simple.el (compose-mail): Doc fix. + 2009-03-10 Alexander Becher (tiny change) * vc-annotate.el (vc-annotate): Use widened line diff -r 13c12974c2f0 -r f12ab46082b4 lisp/simple.el --- a/lisp/simple.el Tue Mar 10 03:35:27 2009 +0000 +++ b/lisp/simple.el Tue Mar 10 05:01:43 2009 +0000 @@ -5468,7 +5468,7 @@ HEADER and VALUE are strings. CONTINUE, if non-nil, says to continue editing a message already -being composed. +being composed. Interactively, CONTINUE is the prefix argument. SWITCH-FUNCTION, if non-nil, is a function to use to switch to and display the buffer used for mail composition.