diff options
| author | Richard M. Stallman | 1996-12-18 16:32:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-12-18 16:32:43 +0000 |
| commit | 06720de20e40bd1d6e5e334004639dfbc4195a04 (patch) | |
| tree | 4511ebd432a7599a30569796b98d8730d0ed2a67 /lisp | |
| parent | b827a9e32bc91d8528aa4081dc565d35a28b3156 (diff) | |
| download | emacs-06720de20e40bd1d6e5e334004639dfbc4195a04.tar.gz emacs-06720de20e40bd1d6e5e334004639dfbc4195a04.zip | |
(compose-mail): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/simple.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index d19f906c69f..c0c122fa406 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -2912,9 +2912,11 @@ SWITCH-FUNCTION, if non-nil, is a function to use to | |||
| 2912 | switch to and display the buffer used for mail composition. | 2912 | switch to and display the buffer used for mail composition. |
| 2913 | 2913 | ||
| 2914 | YANK-ACTION, if non-nil, is an action to perform, if and when necessary, | 2914 | YANK-ACTION, if non-nil, is an action to perform, if and when necessary, |
| 2915 | to insert the text of the message being replied to. | 2915 | to insert the raw text of the message being replied to. |
| 2916 | It has the form (FUNCTION . ARGS). Performing the action is done | 2916 | It has the form (FUNCTION . ARGS). The user agent will apply |
| 2917 | by applying FUNCTION to ARGS. | 2917 | FUNCTION to ARGS, to insert the raw text of the original message. |
| 2918 | \(The user agent will also run `mail-citation-hook', *after* the | ||
| 2919 | original text has been inserted in this way.) | ||
| 2918 | 2920 | ||
| 2919 | SEND-ACTIONS is a list of actions to call when the message is sent. | 2921 | SEND-ACTIONS is a list of actions to call when the message is sent. |
| 2920 | Each action has the form (FUNCTION . ARGS)." | 2922 | Each action has the form (FUNCTION . ARGS)." |