diff options
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) |