diff options
Diffstat (limited to 'lisp/mail/emacsbug.el')
-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))) |