emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115728: * doc/emacs/trouble.texi (Checklist): Fix a


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r115728: * doc/emacs/trouble.texi (Checklist): Fix a cross-reference.
Date: Tue, 24 Dec 2013 08:33:24 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115728
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Tue 2013-12-24 16:33:02 +0800
message:
  * doc/emacs/trouble.texi (Checklist): Fix a cross-reference.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/trouble.texi         
trouble.texi-20091113204419-o5vbwnq5f7feedwu-6279
  lisp/emacs-lisp/rx.el          rx.el-20091113204419-o5vbwnq5f7feedwu-2227
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-12-24 03:07:21 +0000
+++ b/doc/emacs/ChangeLog       2013-12-24 08:33:02 +0000
@@ -1,6 +1,7 @@
 2013-12-24  Xue Fuqiao  <address@hidden>
 
        * trouble.texi (Understanding Bug Reporting): Minor update.
+       (Checklist): Fix a cross-reference.
 
 2013-12-23  Xue Fuqiao  <address@hidden>
 

=== modified file 'doc/emacs/trouble.texi'
--- a/doc/emacs/trouble.texi    2013-12-24 03:07:21 +0000
+++ b/doc/emacs/trouble.texi    2013-12-24 08:33:02 +0000
@@ -852,9 +852,9 @@
 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

=== modified file 'lisp/emacs-lisp/rx.el'
--- a/lisp/emacs-lisp/rx.el     2013-01-01 09:11:05 +0000
+++ b/lisp/emacs-lisp/rx.el     2013-12-24 08:33:02 +0000
@@ -871,7 +871,7 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]