aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
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)