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 /lisp | |
| 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 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/jit-lock.el | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d5c0f6aa552..afbaec909c6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-02-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * jit-lock.el (jit-lock-mode): Doc fix. | ||
| 4 | |||
| 1 | 2014-02-13 Juanma Barranquero <lekktu@gmail.com> | 5 | 2014-02-13 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * apropos.el (apropos-read-pattern): When the user passes an empty | 7 | * apropos.el (apropos-read-pattern): When the user passes an empty |
diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index 9f60ecb0126..42e6519e38c 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el | |||
| @@ -189,7 +189,9 @@ following ways: | |||
| 189 | Stealth fontification only occurs while the system remains unloaded. | 189 | Stealth fontification only occurs while the system remains unloaded. |
| 190 | If the system load rises above `jit-lock-stealth-load' percent, stealth | 190 | If the system load rises above `jit-lock-stealth-load' percent, stealth |
| 191 | fontification is suspended. Stealth fontification intensity is controlled via | 191 | fontification is suspended. Stealth fontification intensity is controlled via |
| 192 | the variable `jit-lock-stealth-nice'." | 192 | the variable `jit-lock-stealth-nice'. |
| 193 | |||
| 194 | If you need to debug code run from jit-lock, see `jit-lock-debug-mode'." | ||
| 193 | (setq jit-lock-mode arg) | 195 | (setq jit-lock-mode arg) |
| 194 | (cond | 196 | (cond |
| 195 | ((buffer-base-buffer) | 197 | ((buffer-base-buffer) |