Mercurial > emacs
changeset 102467:f12ab46082b4
(compose-mail): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 10 Mar 2009 05:01:43 +0000 |
parents | 13c12974c2f0 |
children | bb6b744158ee |
files | lisp/ChangeLog lisp/simple.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rgm@gnu.org> + + * simple.el (compose-mail): Doc fix. + 2009-03-10 Alexander Becher <alexander.becher@capgemini-sdm.com> (tiny change) * vc-annotate.el (vc-annotate): Use widened line
--- 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.