]> code.delx.au - gnu-emacs/blobdiff - lisp/mail/reporter.el
(sc-cite-region): Handle the case where sc-cite-frame-alist is a symbol.
[gnu-emacs] / lisp / mail / reporter.el
index 60fabaebf0f026c4dbd92576f3f9a4917918d925..6e609a1f365043cbc0c6375498097e0ef2a6022c 100644 (file)
@@ -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."
 
 \f
 (provide 'reporter)
+
+;;; arch-tag: 33612ff4-fbbc-4be2-b183-560ce9e0199b
 ;;; reporter.el ends here