]> git.eshelyaron.com Git - emacs.git/commitdiff
(compose-mail): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 10 Mar 2009 05:01:43 +0000 (05:01 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 10 Mar 2009 05:01:43 +0000 (05:01 +0000)
lisp/ChangeLog
lisp/simple.el

index b3d6a224dba405a40133cc908e1fedef8e9dd6f1..d2cc17a3c65a9bc838929a71f127e915adb0df3e 100644 (file)
@@ -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
index a2ea434186a27cbaef549820d1801e2c9294c7f5..8ffe5912865d843efd1fcb4905d96b7c741eac47 100644 (file)
@@ -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.