# HG changeset patch # User Richard M. Stallman # Date 850926763 0 # Node ID 18d4516893073ad6a751ba94ed74595c62fa2e82 # Parent 2ecf4bb329a8e7c1afc33ff7fe98959af5d0468e (compose-mail): Doc fix. diff -r 2ecf4bb329a8 -r 18d451689307 lisp/simple.el --- 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)."