summaryrefslogtreecommitdiff
path: root/doc/emacs
diff options
context:
space:
mode:
authorXue Fuqiao <xfq.free@gmail.com>2013-12-24 16:33:02 +0800
committerXue Fuqiao <xfq.free@gmail.com>2013-12-24 16:33:02 +0800
commit1139b0be8b1bc0d63420c69aaec0e2b0cb19d71d (patch)
tree6aa1b9ec33f46afe6193c14f0d606dde5538d395 /doc/emacs
parent58f2b9a5583b998a94c40847fb8a7eba8474bcf6 (diff)
* doc/emacs/trouble.texi (Checklist): Fix a cross-reference.
Diffstat (limited to 'doc/emacs')
-rw-r--r--doc/emacs/ChangeLog1
-rw-r--r--doc/emacs/trouble.texi6
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 09a8f1c8f0..00a6c6a29a 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,6 +1,7 @@
2013-12-24 Xue Fuqiao <xfq.free@gmail.com>
* trouble.texi (Understanding Bug Reporting): Minor update.
+ (Checklist): Fix a cross-reference.
2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi
index 083f211bd2..52fd77ed97 100644
--- a/doc/emacs/trouble.texi
+++ b/doc/emacs/trouble.texi
@@ -852,9 +852,9 @@ To make a backtrace for the error, use @kbd{M-x toggle-debug-on-error}
before the error happens (that is to say, you must give that command
and then make the bug happen). This causes the error to start the Lisp
debugger, which shows you a backtrace. Copy the text of the
-debugger's backtrace into the bug report. @xref{Debugger,, The Lisp
-Debugger, elisp, the Emacs Lisp Reference Manual}, for information on
-debugging Emacs Lisp programs with the Edebug package.
+debugger's backtrace into the bug report. @xref{Edebug,, Edebug,
+elisp, the Emacs Lisp Reference Manual}, for information on debugging
+Emacs Lisp programs with the Edebug package.
This use of the debugger is possible only if you know how to make the
bug happen again. If you can't make it happen again, at least copy