[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107703: * doc/lispref/edebug.texi (J
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107703: * doc/lispref/edebug.texi (Jumping): Give name of `i' binding. |
Date: |
Fri, 30 Mar 2012 09:12:37 -0700 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107703
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-03-30 09:12:37 -0700
message:
* doc/lispref/edebug.texi (Jumping): Give name of `i' binding.
modified:
doc/lispref/ChangeLog
doc/lispref/edebug.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2012-03-28 19:30:12 +0000
+++ b/doc/lispref/ChangeLog 2012-03-30 16:12:37 +0000
@@ -1,3 +1,7 @@
+2012-03-30 Glenn Morris <address@hidden>
+
+ * edebug.texi (Jumping): Give name of `i' binding.
+
2012-03-28 Glenn Morris <address@hidden>
* searching.texi (Regular Expressions, Regexp Special):
=== modified file 'doc/lispref/edebug.texi'
--- a/doc/lispref/edebug.texi 2012-01-19 07:21:25 +0000
+++ b/doc/lispref/edebug.texi 2012-03-30 16:12:37 +0000
@@ -1,6 +1,6 @@
@comment -*-texinfo-*-
@c This is part of the GNU Emacs Lisp Reference Manual.
address@hidden Copyright (C) 1992-1994, 1998-1999, 2001-2012 Free Software
Foundation, Inc.
address@hidden Copyright (C) 1992-1994, 1998-1999, 2001-2012 Free Software
Foundation, Inc.
@c See the file elisp.texi for copying conditions.
@c This file can also be used by an independent Edebug User
@@ -214,6 +214,7 @@
If Edebug detects a syntax error while instrumenting, it leaves point
at the erroneous code and signals an @code{invalid-read-syntax} error.
address@hidden FIXME? I can't see that it "leaves point at the erroneous code".
@xref{Edebug Eval}, for other evaluation functions available
inside of Edebug.
@@ -239,6 +240,7 @@
@item S
Stop: don't execute any more of the program, but wait for more
Edebug commands (@code{edebug-stop}).
address@hidden FIXME Does not work. http://debbugs.gnu.org/9764
@item @key{SPC}
Step: stop at the next stop point encountered (@code{edebug-step-mode}).
@@ -331,7 +333,8 @@
Run the program until the end of the containing sexp (@code{edebug-step-out}).
@item i
-Step into the function or macro called by the form after point.
+Step into the function or macro called by the form after point
+(@code{edebug-step-in}).
@end table
The @kbd{h} command proceeds to the stop point at or after the current
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107703: * doc/lispref/edebug.texi (Jumping): Give name of `i' binding.,
Glenn Morris <=