diff options
| author | Glenn Morris | 2009-03-10 05:01:43 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-03-10 05:01:43 +0000 |
| commit | 9dda5b0e58d96de2f0eee8484bbe616438360cfa (patch) | |
| tree | 9ec86d4768587bcd861b0b0fff9741e4a4c6ec39 | |
| parent | 61313fa38c072e148eb02f299fc743e669721912 (diff) | |
| download | emacs-9dda5b0e58d96de2f0eee8484bbe616438360cfa.tar.gz emacs-9dda5b0e58d96de2f0eee8484bbe616438360cfa.zip | |
(compose-mail): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/simple.el | 2 |
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 @@ | |||
| 1 | 2009-03-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * simple.el (compose-mail): Doc fix. | ||
| 4 | |||
| 1 | 2009-03-10 Alexander Becher <alexander.becher@capgemini-sdm.com> (tiny change) | 5 | 2009-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 | |||
| 5468 | HEADER and VALUE are strings. | 5468 | HEADER and VALUE are strings. |
| 5469 | 5469 | ||
| 5470 | CONTINUE, if non-nil, says to continue editing a message already | 5470 | CONTINUE, if non-nil, says to continue editing a message already |
| 5471 | being composed. | 5471 | being composed. Interactively, CONTINUE is the prefix argument. |
| 5472 | 5472 | ||
| 5473 | SWITCH-FUNCTION, if non-nil, is a function to use to | 5473 | SWITCH-FUNCTION, if non-nil, is a function to use to |
| 5474 | switch to and display the buffer used for mail composition. | 5474 | switch to and display the buffer used for mail composition. |