X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/1407571dbe26b5b484dbf4f3d434c788969eebb2..671c30d8972e94e190c074e146a83c4296f44385:/lisp/mail/reporter.el diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el index 60fabaebf0..6e609a1f36 100644 --- a/lisp/mail/reporter.el +++ b/lisp/mail/reporter.el @@ -317,7 +317,7 @@ This function prompts for a summary if `reporter-prompt-for-summary-p' is non-nil. This function does not send a message; it uses the given information -to initialize a a messagem, which the user can then edit and finally send +to initialize a message, which the user can then edit and finally send \(or decline to send). The variable `mail-user-agent' controls which mail-sending package is used for editing and sending the message." (let ((reporter-eval-buffer (current-buffer)) @@ -407,4 +407,6 @@ mail-sending package is used for editing and sending the message." (provide 'reporter) + +;;; arch-tag: 33612ff4-fbbc-4be2-b183-560ce9e0199b ;;; reporter.el ends here