diff options
author | Glenn Morris <rgm@gnu.org> | 2012-02-08 21:57:15 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-02-08 21:57:15 -0800 |
commit | 91af9d2e9d3f156761b80d3c4bf4ab96dd8f52bb (patch) | |
tree | f5a2812ccafda23e2dede1b744a09a4bc003c93f /doc/emacs | |
parent | 3f88cd72e9cf0ef3ccde2c0508ec4d9f468d0bca (diff) | |
download | emacs-91af9d2e9d3f156761b80d3c4bf4ab96dd8f52bb.tar.gz |
* doc/emacs/trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
* etc/NEWS: Related edit.
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
-rw-r--r-- | doc/emacs/trouble.texi | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 81854f8b225..dfb26279f39 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2012-02-09 Glenn Morris <rgm@gnu.org> + + * trouble.texi (Checklist): Mention C-c m in report-emacs-bug. + 2012-02-09 Jay Belanger <jay.p.belanger@gmail.com> * text.texi (Org Mode): Fix typo. diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index 6c6dbea9525..1b3f1419af4 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi @@ -592,9 +592,10 @@ When you have finished writing your report, type @kbd{C-c C-c} and it will be sent to the Emacs maintainers at @email{bug-gnu-emacs@@gnu.org}. (If you want to suggest an improvement or new feature, use the same address.) If you cannot send mail from inside Emacs, you can copy the -text of your report to your normal mail client and send it to that -address. Or you can simply send an email to that address describing -the problem. +text of your report to your normal mail client (if your system +supports it, you can type @kbd{C-c m} to have Emacs do this for you) +and send it to that address. Or you can simply send an email to that +address describing the problem. Your report will be sent to the @samp{bug-gnu-emacs} mailing list, and stored in the GNU Bug Tracker at @url{http://debbugs.gnu.org}. Please |