(report-emacs-bug): Change the "English please" msg.
This commit is contained in:
parent
31e1a094cf
commit
9210027b8d
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-05-13 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
|
||||
|
||||
2002-05-13 Markus Rost <rost@math.ohio-state.edu>
|
||||
|
||||
* woman.el (woman-menu): Add a comment about the last change.
|
||||
|
|
|
@ -102,8 +102,8 @@ Prompts for bug subject. Leaves you in a mail buffer."
|
|||
(let ((pos (point)))
|
||||
(insert "English")
|
||||
(put-text-property pos (point) 'face 'highlight))
|
||||
(insert ", because the Emacs maintainers do not have
|
||||
translators to read other languages for them.\n\n")
|
||||
(insert " if possible, because the Emacs maintainers
|
||||
usually do not have translators to read other languages for them.\n\n")
|
||||
(insert (format "Your bug report will be posted to the %s mailing list"
|
||||
(if pretest-p
|
||||
report-emacs-bug-pretest-address
|
||||
|
|
Loading…
Add table
Reference in a new issue