From: Glenn Morris Date: Tue, 10 Mar 2009 05:01:43 +0000 (+0000) Subject: (compose-mail): Doc fix. X-Git-Tag: emacs-pretest-23.0.92~289 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9dda5b0e58d96de2f0eee8484bbe616438360cfa;p=emacs.git (compose-mail): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b3d6a224dba..d2cc17a3c65 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/simple.el b/lisp/simple.el index a2ea434186a..8ffe5912865 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -5468,7 +5468,7 @@ header fields. Elements look like (HEADER . VALUE) where both 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.