aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2014-02-13 00:26:01 -0800
committerGlenn Morris2014-02-13 00:26:01 -0800
commit47a73eb0718124dd26dfb656d3971080eaea0aa5 (patch)
treeb3b7146d81f8abf983f5d40e78e20ee61e89c807 /lisp
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 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/jit-lock.el4
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 @@
12014-02-13 Glenn Morris <rgm@gnu.org>
2
3 * jit-lock.el (jit-lock-mode): Doc fix.
4
12014-02-13 Juanma Barranquero <lekktu@gmail.com> 52014-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:
189Stealth fontification only occurs while the system remains unloaded. 189Stealth fontification only occurs while the system remains unloaded.
190If the system load rises above `jit-lock-stealth-load' percent, stealth 190If the system load rises above `jit-lock-stealth-load' percent, stealth
191fontification is suspended. Stealth fontification intensity is controlled via 191fontification is suspended. Stealth fontification intensity is controlled via
192the variable `jit-lock-stealth-nice'." 192the variable `jit-lock-stealth-nice'.
193
194If 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)