aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-03-10 05:01:43 +0000
committerGlenn Morris2009-03-10 05:01:43 +0000
commit9dda5b0e58d96de2f0eee8484bbe616438360cfa (patch)
tree9ec86d4768587bcd861b0b0fff9741e4a4c6ec39
parent61313fa38c072e148eb02f299fc743e669721912 (diff)
downloademacs-9dda5b0e58d96de2f0eee8484bbe616438360cfa.tar.gz
emacs-9dda5b0e58d96de2f0eee8484bbe616438360cfa.zip
(compose-mail): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/simple.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b3d6a224dba..d2cc17a3c65 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-03-10 Glenn Morris <rgm@gnu.org>
2
3 * simple.el (compose-mail): Doc fix.
4
12009-03-10 Alexander Becher <alexander.becher@capgemini-sdm.com> (tiny change) 52009-03-10 Alexander Becher <alexander.becher@capgemini-sdm.com> (tiny change)
2 6
3 * vc-annotate.el (vc-annotate): Use widened line 7 * 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
5468HEADER and VALUE are strings. 5468HEADER and VALUE are strings.
5469 5469
5470CONTINUE, if non-nil, says to continue editing a message already 5470CONTINUE, if non-nil, says to continue editing a message already
5471being composed. 5471being composed. Interactively, CONTINUE is the prefix argument.
5472 5472
5473SWITCH-FUNCTION, if non-nil, is a function to use to 5473SWITCH-FUNCTION, if non-nil, is a function to use to
5474switch to and display the buffer used for mail composition. 5474switch to and display the buffer used for mail composition.