diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-11-02 17:10:31 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-11-02 17:10:31 +0000 |
commit | 94821e4f02f6878998c7cf42d2aaa84c32826502 (patch) | |
tree | 6c3bb2b3ae4e9e93ebad31db632dd45e5d0dbb71 /lisp/mail | |
parent | 57731876742cae4527049bd10a0a98f0ea689bdc (diff) | |
download | emacs-94821e4f02f6878998c7cf42d2aaa84c32826502.tar.gz |
(report-emacs-bug): Fix whitespace and
punctuation in the warning inserted into the *mail* buffer.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/emacsbug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index f9f724bfd1f..5065a747daf 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -97,7 +97,7 @@ Prompts for bug subject. Leaves you in a mail buffer." ;; Insert warnings for novice users. (insert "This bug report will be sent to the Free Software Foundation,\n") (let ((pos (point))) - (insert " not to your local site managers!!") + (insert "not to your local site managers!") (put-text-property pos (point) 'face 'highlight)) (insert "\nPlease write in ") (let ((pos (point))) |