]> git.eshelyaron.com Git - emacs.git/commitdiff
Document `debugger-toggle-locals'.
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 22 Dec 2013 03:36:04 +0000 (11:36 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 22 Dec 2013 03:36:04 +0000 (11:36 +0800)
* doc/lispref/debugging.texi (Debugger Commands): Document `debugger-toggle-locals'.

doc/lispref/ChangeLog
doc/lispref/debugging.texi
etc/NEWS

index ccd236403b835ec73b8048c3835e5cb33caaaf5f..540ac07bf9f2177d7fbfa811e2a8f5fb8dc8fbb6 100644 (file)
@@ -1,3 +1,7 @@
+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
index 335e3f802d2e1d390a9681379cf4e0d3cdb30100..6cbc0b48b5e3ce585738f35a696111784c535bf8 100644 (file)
@@ -388,6 +388,7 @@ the same function.  (To do this, visit the source for the function and
 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
@@ -462,6 +463,10 @@ This is a list of functions that are set to break on entry by means of
 @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
index 100eb8731378936c53424d72827e031c58ae76eb..b8d6c445348318d1ceb7fb5e07d159742e0639e4 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -304,7 +304,8 @@ Also the following files used by the now obsolete otodo-mode.el:
 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.