diff options
| author | Colin Walters | 2001-11-22 07:58:13 +0000 |
|---|---|---|
| committer | Colin Walters | 2001-11-22 07:58:13 +0000 |
| commit | c6c8cba42ec630a0f6d5137d5aae4ee4fa427239 (patch) | |
| tree | 84129b443b3f37664277dd521d5785a5ca12dccd | |
| parent | 5fb25beb6173c6f3c2a3223579295910f1c493e6 (diff) | |
| download | emacs-c6c8cba42ec630a0f6d5137d5aae4ee4fa427239.tar.gz emacs-c6c8cba42ec630a0f6d5137d5aae4ee4fa427239.zip | |
(reporter-submit-bug-report): Doc fixes.
| -rw-r--r-- | lisp/mail/reporter.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el index 60fabaebf0f..c1d5839babd 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' | |||
| 317 | is non-nil. | 317 | is non-nil. |
| 318 | 318 | ||
| 319 | This function does not send a message; it uses the given information | 319 | This function does not send a message; it uses the given information |
| 320 | to initialize a a messagem, which the user can then edit and finally send | 320 | to initialize a message, which the user can then edit and finally send |
| 321 | \(or decline to send). The variable `mail-user-agent' controls which | 321 | \(or decline to send). The variable `mail-user-agent' controls which |
| 322 | mail-sending package is used for editing and sending the message." | 322 | mail-sending package is used for editing and sending the message." |
| 323 | (let ((reporter-eval-buffer (current-buffer)) | 323 | (let ((reporter-eval-buffer (current-buffer)) |