diff options
| author | Kenichi Handa | 2010-01-13 10:33:19 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-01-13 10:33:19 +0900 |
| commit | d1bf28dc12ef1a0f3cecbf78f38795db27b38574 (patch) | |
| tree | f7030cdefb9d5d8423619e7d70273ae98c011821 /doc | |
| parent | dc954cb273234237b615b93b6368d4adbdea31c4 (diff) | |
| parent | ca22a44072c65a233af5b4c12256dc5fd266cb85 (diff) | |
| download | emacs-d1bf28dc12ef1a0f3cecbf78f38795db27b38574.tar.gz emacs-d1bf28dc12ef1a0f3cecbf78f38795db27b38574.zip | |
merge trunk
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/trouble.texi | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 77864c63f4c..131f10abc31 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-01-12 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * trouble.texi (Checklist): Use bug-gnu-emacs rather than | ||
| 4 | emacs-pretest-bug for bug reports for development versions. | ||
| 5 | |||
| 1 | 2010-01-11 Glenn Morris <rgm@gnu.org> | 6 | 2010-01-11 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * display.texi (Highlight Interactively): `t' does not mean highlight | 8 | * display.texi (Highlight Interactively): `t' does not mean highlight |
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index cec7ead74ae..218aa3a64d4 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, | 2 | @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, |
| 3 | @c 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | @c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | @c Free Software Foundation, Inc. | ||
| 4 | @c See file emacs.texi for copying conditions. | 5 | @c See file emacs.texi for copying conditions. |
| 5 | @iftex | 6 | @iftex |
| 6 | @chapter Dealing with Common Problems | 7 | @chapter Dealing with Common Problems |
| @@ -540,10 +541,8 @@ well. | |||
| 540 | 541 | ||
| 541 | @cindex reporting bugs | 542 | @cindex reporting bugs |
| 542 | The best way to send a bug report is to mail it electronically to the | 543 | The best way to send a bug report is to mail it electronically to the |
| 543 | Emacs maintainers at @email{bug-gnu-emacs@@gnu.org}, or to | 544 | Emacs maintainers at @email{bug-gnu-emacs@@gnu.org}. (If you want to |
| 544 | @email{emacs-pretest-bug@@gnu.org} if you are pretesting an Emacs beta | 545 | suggest a change as an improvement, use the same address.) |
| 545 | release. (If you want to suggest a change as an improvement, use the | ||
| 546 | same address.) | ||
| 547 | 546 | ||
| 548 | If you'd like to read the bug reports, you can find them on the | 547 | If you'd like to read the bug reports, you can find them on the |
| 549 | newsgroup @samp{gnu.emacs.bug}; keep in mind, however, that as a | 548 | newsgroup @samp{gnu.emacs.bug}; keep in mind, however, that as a |