diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-06-20 16:34:50 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-06-20 16:34:50 +0000 |
commit | 4d5d60c34d3670b8f01035f90ebacd440da87878 (patch) | |
tree | 0b35ea85844abcc6712280c41cace208ede7ba98 /man/frames.texi | |
parent | bcacade9c20f36e4c2b357dce890156f7c4f72aa (diff) | |
download | emacs-4d5d60c34d3670b8f01035f90ebacd440da87878.tar.gz |
(JIT Lock Mode): jit-lock-mode is not a command any more.
Diffstat (limited to 'man/frames.texi')
-rw-r--r-- | man/frames.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/frames.texi b/man/frames.texi index a2d03e35b45..5999e15c575 100644 --- a/man/frames.texi +++ b/man/frames.texi @@ -1058,10 +1058,9 @@ specify the granularity and verbosity of stealth fontification. @subsection JIT Lock Mode @findex jit-lock-mode -The command @kbd{M-x lazy-lock-mode} turns JIT Lock mode on or off, -according to the argument (with no argument, it toggles). This support -mode is roughly equivalent to Lazy Lock but is generally faster. It -supports stealth and deferred fontification. +This Just-In-time support mode is roughly equivalent to Lazy Lock but is +generally faster and more robust. It supports stealth and deferred +contextual fontification. Font-lock uses @code{jit-lock-mode} as default support mode, so you don't have to do anything to activate it. |