aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-02-13 00:26:01 -0800
committerGlenn Morris2014-02-13 00:26:01 -0800
commit47a73eb0718124dd26dfb656d3971080eaea0aa5 (patch)
treeb3b7146d81f8abf983f5d40e78e20ee61e89c807 /etc
parentc9b6b2624b64d119d2d6a1084c478413353a0721 (diff)
downloademacs-47a73eb0718124dd26dfb656d3971080eaea0aa5.tar.gz
emacs-47a73eb0718124dd26dfb656d3971080eaea0aa5.zip
Small doc updates for debugging
* doc/lispref/debugging.texi (Debugger Commands): Tiny edits. * lisp/jit-lock.el (jit-lock-mode): Doc fix. * etc/NEWS: Related edits.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS15
1 files changed, 8 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e93376214bf..b82dc63bec0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -357,15 +357,16 @@ Also the following files used by the now obsolete otodo-mode.el:
357 357
358** Backtrace and debugger 358** Backtrace and debugger
359 359
360*** The Lisp debugger's `e' command now includes the lexical environment
361when evaluating the code in the context at point. Hence, it now lets
362you access lexical variables.
363
364+++ 360+++
365*** New command `v' (`debugger-toggle-locals') displays local vars. 361*** New Lisp debugger command `v' (`debugger-toggle-locals') toggles the
362displays of local variables.
363
364*** The Lisp debugger's `e' command (`debugger-eval-expression') now includes
365the lexical environment when evaluating the code in the context at point
366(and so allows you to access lexical variables).
366 367
367*** New minor mode `jit-lock-debug-mode' lets you use the debuggers on 368---
368code run via JIT Lock. 369*** New minor mode `jit-lock-debug-mode' helps you debug code run via JIT Lock.
369 370
370--- 371---
371** Battery information can now be retrieved from BSD's `apm' utility. 372** Battery information can now be retrieved from BSD's `apm' utility.