]> code.delx.au - gnu-emacs/commitdiff
* doc/emacs/trouble.texi (Checklist): Fix a cross-reference.
authorXue Fuqiao <xfq.free@gmail.com>
Tue, 24 Dec 2013 08:33:02 +0000 (16:33 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Tue, 24 Dec 2013 08:33:02 +0000 (16:33 +0800)
doc/emacs/ChangeLog
doc/emacs/trouble.texi
lisp/emacs-lisp/rx.el

index 09a8f1c8f0b12f3ff9a68f83fbe9b2ac54f6a0ce..00a6c6a29a1e83d5cef26f830eea5458f06a3f8d 100644 (file)
@@ -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>
 
index 083f211bd2360024871178290f2f259b1bcb8f53..52fd77ed97864f89f2d076b851a4f2eab95ffcad 100644 (file)
@@ -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
index e578298106d9c743c02eefb3c137760e89eb7896..6d4c1070087cbe0dd7cc187b462423b4b1bd9968 100644 (file)
@@ -871,7 +871,7 @@ NO-GROUP non-nil means don't put shy groups around the result."
 REGEXPS is a non-empty sequence of forms of the sort listed below.
 
 Note that `rx' is a Lisp macro; when used in a Lisp program being
- compiled, the translation is performed by the compiler.
+compiled, the translation is performed by the compiler.
 See `rx-to-string' for how to do such a translation at run-time.
 
 The following are valid subforms of regular expressions in sexp