diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-12-24 11:07:21 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-12-24 11:07:21 +0800 |
commit | 65faed732bd8faf0864f70351ff6312bc49f2f06 (patch) | |
tree | 4516e840c054874842e7cefad0abe3b5862cb3f4 /doc/emacs | |
parent | e238324060804f8408acc9f9d9d0b9c3ac26a9f9 (diff) |
* doc/emacs/trouble.texi (Understanding Bug Reporting): Minor update.
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
-rw-r--r-- | doc/emacs/trouble.texi | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 80619f3a00..09a8f1c8f0 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2013-12-24 Xue Fuqiao <xfq.free@gmail.com> + + * trouble.texi (Understanding Bug Reporting): Minor update. + 2013-12-23 Xue Fuqiao <xfq.free@gmail.com> * regs.texi (Bookmarks): Document `bookmark-default-file'. diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index 3478379689..083f211bd2 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi @@ -631,6 +631,13 @@ 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. + @node Checklist @subsection Checklist for Bug Reports |