# HG changeset patch # User Stefan Monnier # Date 961518890 0 # Node ID b64123677c0ba561aefd86e7855e7786c6c03cbf # Parent baa52c9029f6e5ca9d2f70b6e4620e5a8ae2149c (JIT Lock Mode): jit-lock-mode is not a command any more. diff -r baa52c9029f6 -r b64123677c0b man/frames.texi --- a/man/frames.texi Tue Jun 20 16:24:04 2000 +0000 +++ b/man/frames.texi Tue Jun 20 16:34:50 2000 +0000 @@ -1058,10 +1058,9 @@ @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.