+2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
+
+ * debugging.texi (Debugger Commands): Document `debugger-toggle-locals'.
+
2013-12-21 Chong Yidong <cyd@gnu.org>
* text.texi (Region Indent): Note the new interactive behavior of
type @kbd{C-M-x} on its definition.) You cannot use the Lisp debugger
to step through a primitive function.
+@c FIXME: Add @findex for the following commands? --xfq
Here is a list of Debugger mode commands:
@table @kbd
@code{debug-on-entry}. @strong{Warning:} if you redefine such a
function and thus cancel the effect of @code{debug-on-entry}, it may
erroneously show up in this list.
+
+@item v
+Display local variables (@pxref{Local Variables}) of the current stack
+frame. Press @kbd{e} again to hide them.
@end table
@node Invoking the Debugger
when evaluating the code in the context at point. Hence, it now lets
you access lexical variables.
-*** New command `v' (`debuger-toggle-locals) displays local vars.
++++
+*** New command `v' (`debugger-toggle-locals') displays local vars.
*** New minor mode `jit-lock-debug-mode' lets you use the debuggers on
code run via JIT Lock.