aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1996-12-18 16:32:43 +0000
committerRichard M. Stallman1996-12-18 16:32:43 +0000
commit06720de20e40bd1d6e5e334004639dfbc4195a04 (patch)
tree4511ebd432a7599a30569796b98d8730d0ed2a67 /lisp
parentb827a9e32bc91d8528aa4081dc565d35a28b3156 (diff)
downloademacs-06720de20e40bd1d6e5e334004639dfbc4195a04.tar.gz
emacs-06720de20e40bd1d6e5e334004639dfbc4195a04.zip
(compose-mail): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/simple.el8
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
2912switch to and display the buffer used for mail composition. 2912switch to and display the buffer used for mail composition.
2913 2913
2914YANK-ACTION, if non-nil, is an action to perform, if and when necessary, 2914YANK-ACTION, if non-nil, is an action to perform, if and when necessary,
2915to insert the text of the message being replied to. 2915to insert the raw text of the message being replied to.
2916It has the form (FUNCTION . ARGS). Performing the action is done 2916It has the form (FUNCTION . ARGS). The user agent will apply
2917by applying FUNCTION to ARGS. 2917FUNCTION to ARGS, to insert the raw text of the original message.
2918\(The user agent will also run `mail-citation-hook', *after* the
2919original text has been inserted in this way.)
2918 2920
2919SEND-ACTIONS is a list of actions to call when the message is sent. 2921SEND-ACTIONS is a list of actions to call when the message is sent.
2920Each action has the form (FUNCTION . ARGS)." 2922Each action has the form (FUNCTION . ARGS)."