punctuation in the warning inserted into the *mail* buffer.
+2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
+ punctuation in the warning inserted into the *mail* buffer.
+
2000-11-02 Gerd Moellmann <gerd@gnu.org>
* emacs-lisp/authors.el (authors-public-domain-files): New variable.
;; 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)))