changeset 16717:18d451689307

(compose-mail): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 18 Dec 1996 16:32:43 +0000
parents 2ecf4bb329a8
children ea26040865cb
files lisp/simple.el
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Wed Dec 18 06:30:59 1996 +0000
+++ b/lisp/simple.el	Wed Dec 18 16:32:43 1996 +0000
@@ -2912,9 +2912,11 @@
 switch to and display the buffer used for mail composition.
 
 YANK-ACTION, if non-nil, is an action to perform, if and when necessary,
-to insert the text of the message being replied to.
-It has the form (FUNCTION . ARGS).  Performing the action is done
-by applying FUNCTION to ARGS.
+to insert the raw text of the message being replied to.
+It has the form (FUNCTION . ARGS).  The user agent will apply
+FUNCTION to ARGS, to insert the raw text of the original message.
+\(The user agent will also run `mail-citation-hook', *after* the
+original text has been inserted in this way.)
 
 SEND-ACTIONS is a list of actions to call when the message is sent.
 Each action has the form (FUNCTION . ARGS)."