aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2013-12-27 16:42:59 -0800
committerGlenn Morris2013-12-27 16:42:59 -0800
commitad15bd74e4639fcf768498276bf1bafffa128577 (patch)
tree566bd6485a3ec761a3716886484cc5254916e4f7 /doc
parent1d7701a4fdb6272c6a64caad6f41c9e41b9a7916 (diff)
downloademacs-ad15bd74e4639fcf768498276bf1bafffa128577.tar.gz
emacs-ad15bd74e4639fcf768498276bf1bafffa128577.zip
* doc/emacs/trouble.texi (Understanding Bug Reporting): Brevity.
ChangeLog fix.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog8
-rw-r--r--doc/emacs/trouble.texi8
2 files changed, 8 insertions, 8 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 @@
12013-12-28 Glenn Morris <rgm@gnu.org>
2
3 * trouble.texi (Understanding Bug Reporting): Brevity.
4
12013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl> 52013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
2 6
3 * mini.texi (Completion Options): Add a link to Shell Options. 7 * mini.texi (Completion Options): Add a link to Shell Options.
@@ -5,8 +9,8 @@
5 shell-completion-fignore from Shell Mode to Shell Options. 9 shell-completion-fignore from Shell Mode to Shell Options.
6 10
72013-12-26 João Távora <joaotavora@gmail.com> 112013-12-26 João Távora <joaotavora@gmail.com>
8 * emacs.texi (Matching): Describe new features of Electric Pair 12
9 mode. 13 * emacs.texi (Matching): Describe new features of Electric Pair mode.
10 14
112013-12-25 Chong Yidong <cyd@gnu.org> 152013-12-25 Chong Yidong <cyd@gnu.org>
12 16
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
631have---but, as before, please stick to the raw facts about what you 631have---but, as before, please stick to the raw facts about what you
632did to trigger the bug the first time. 632did to trigger the bug the first time.
633 633
634 Please do not stack multiple issues into one report unless it is 634 If you have multiple issues that you want to report, please make a
635really necessary. For example, jamming @code{electric-indent-mode} 635separate bug report for each.
636and @code{electric-pair-mode} into one report, reporting multiple key
637binding problems into one report (e.g., @kbd{C-i} doesn't indent the
638current line, @code{M-h} doesn't set mark, etc.). Please make one
639report for each individual problem.
640 636
641@node Checklist 637@node Checklist
642@subsection Checklist for Bug Reports 638@subsection Checklist for Bug Reports