diff options
| author | Glenn Morris | 2014-02-13 00:26:01 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-13 00:26:01 -0800 |
| commit | 47a73eb0718124dd26dfb656d3971080eaea0aa5 (patch) | |
| tree | b3b7146d81f8abf983f5d40e78e20ee61e89c807 /etc | |
| parent | c9b6b2624b64d119d2d6a1084c478413353a0721 (diff) | |
| download | emacs-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/NEWS | 15 |
1 files changed, 8 insertions, 7 deletions
| @@ -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 | ||
| 361 | when evaluating the code in the context at point. Hence, it now lets | ||
| 362 | you 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 |
| 362 | displays of local variables. | ||
| 363 | |||
| 364 | *** The Lisp debugger's `e' command (`debugger-eval-expression') now includes | ||
| 365 | the 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 | --- |
| 368 | code 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. |