emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115679: Document `debugger-toggle-locals'.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r115679: Document `debugger-toggle-locals'.
Date: Sun, 22 Dec 2013 03:36:13 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115679
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Sun 2013-12-22 11:36:04 +0800
message:
  Document `debugger-toggle-locals'.
  
  * doc/lispref/debugging.texi (Debugger Commands): Document 
`debugger-toggle-locals'.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/debugging.texi     
debugging.texi-20091113204419-o5vbwnq5f7feedwu-6171
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-12-21 08:37:08 +0000
+++ b/doc/lispref/ChangeLog     2013-12-22 03:36:04 +0000
@@ -1,3 +1,7 @@
+2013-12-22  Xue Fuqiao  <address@hidden>
+
+       * debugging.texi (Debugger Commands): Document `debugger-toggle-locals'.
+
 2013-12-21  Chong Yidong  <address@hidden>
 
        * text.texi (Region Indent): Note the new interactive behavior of

=== modified file 'doc/lispref/debugging.texi'
--- a/doc/lispref/debugging.texi        2013-07-03 03:03:47 +0000
+++ b/doc/lispref/debugging.texi        2013-12-22 03:36:04 +0000
@@ -388,6 +388,7 @@
 type @kbd{C-M-x} on its definition.)  You cannot use the Lisp debugger
 to step through a primitive function.
 
address@hidden FIXME: Add @findex for the following commands?  --xfq
   Here is a list of Debugger mode commands:
 
 @table @kbd
@@ -462,6 +463,10 @@
 @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.
+
address@hidden 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

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-12-22 02:55:43 +0000
+++ b/etc/NEWS  2013-12-22 03:36:04 +0000
@@ -304,7 +304,8 @@
 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.


reply via email to

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