From 9dda5b0e58d96de2f0eee8484bbe616438360cfa Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 10 Mar 2009 05:01:43 +0000 Subject: [PATCH] (compose-mail): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/simple.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.39.5