diff options
author | Glenn Morris <rgm@gnu.org> | 2013-12-27 16:42:59 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-12-27 16:42:59 -0800 |
commit | ad15bd74e4639fcf768498276bf1bafffa128577 (patch) | |
tree | 566bd6485a3ec761a3716886484cc5254916e4f7 | |
parent | 1d7701a4fdb6272c6a64caad6f41c9e41b9a7916 (diff) | |
download | emacs-ad15bd74e4639fcf768498276bf1bafffa128577.tar.gz |
* doc/emacs/trouble.texi (Understanding Bug Reporting): Brevity.
ChangeLog fix.
-rw-r--r-- | doc/emacs/ChangeLog | 8 | ||||
-rw-r--r-- | doc/emacs/trouble.texi | 8 | ||||
-rw-r--r-- | etc/ChangeLog | 3 |
3 files changed, 10 insertions, 9 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 935ddf39272..4c931ce8cb8 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2013-12-28 Glenn Morris <rgm@gnu.org> + + * trouble.texi (Understanding Bug Reporting): Brevity. + 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl> * mini.texi (Completion Options): Add a link to Shell Options. @@ -5,8 +9,8 @@ shell-completion-fignore from Shell Mode to Shell Options. 2013-12-26 João Távora <joaotavora@gmail.com> - * emacs.texi (Matching): Describe new features of Electric Pair - mode. + + * emacs.texi (Matching): Describe new features of Electric Pair mode. 2013-12-25 Chong Yidong <cyd@gnu.org> diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index 52fd77ed978..8c8968397d8 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi @@ -631,12 +631,8 @@ easily reproducible at all. In that case, you should report what you have---but, as before, please stick to the raw facts about what you did to trigger the bug the first time. - Please do not stack multiple issues into one report unless it is -really necessary. For example, jamming @code{electric-indent-mode} -and @code{electric-pair-mode} into one report, reporting multiple key -binding problems into one report (e.g., @kbd{C-i} doesn't indent the -current line, @code{M-h} doesn't set mark, etc.). Please make one -report for each individual problem. + If you have multiple issues that you want to report, please make a +separate bug report for each. @node Checklist @subsection Checklist for Bug Reports diff --git a/etc/ChangeLog b/etc/ChangeLog index d3ce75f5368..8a4b8fb774c 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,4 +1,5 @@ -2013-12-26 João Távora <joaotavora@gmail.com> +2013-12-26 João Távora <joaotavora@gmail.com> + * NEWS: Describe new features of Electric Pair mode. 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com> |