diff options
Diffstat (limited to 'lisp/jit-lock.el')
-rw-r--r-- | lisp/jit-lock.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index 20c12024745..17969d57620 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el @@ -217,6 +217,11 @@ If the system load rises above `jit-lock-stealth-load' percent, stealth fontification is suspended. Stealth fontification intensity is controlled via the variable `jit-lock-stealth-nice'. +`jit-lock-mode' is not a regular minor mode, and it doesn't +follow the regular conventions to switch the functionality on or +off. Instead, an ARG of nil will switch it off, and non-nil will +switch it on. + If you need to debug code run from jit-lock, see `jit-lock-debug-mode'." (setq jit-lock-mode arg) (cond |