diff options
| -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. |