aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2000-06-20 16:34:50 +0000
committerStefan Monnier2000-06-20 16:34:50 +0000
commit4d5d60c34d3670b8f01035f90ebacd440da87878 (patch)
tree0b35ea85844abcc6712280c41cace208ede7ba98
parentbcacade9c20f36e4c2b357dce890156f7c4f72aa (diff)
downloademacs-4d5d60c34d3670b8f01035f90ebacd440da87878.tar.gz
emacs-4d5d60c34d3670b8f01035f90ebacd440da87878.zip
(JIT Lock Mode): jit-lock-mode is not a command any more.
-rw-r--r--man/frames.texi7
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.
1058@subsection JIT Lock Mode 1058@subsection JIT Lock Mode
1059 1059
1060@findex jit-lock-mode 1060@findex jit-lock-mode
1061The command @kbd{M-x lazy-lock-mode} turns JIT Lock mode on or off, 1061This Just-In-time support mode is roughly equivalent to Lazy Lock but is
1062according to the argument (with no argument, it toggles). This support 1062generally faster and more robust. It supports stealth and deferred
1063mode is roughly equivalent to Lazy Lock but is generally faster. It 1063contextual fontification.
1064supports stealth and deferred fontification.
1065 1064
1066Font-lock uses @code{jit-lock-mode} as default support mode, so you 1065Font-lock uses @code{jit-lock-mode} as default support mode, so you
1067don't have to do anything to activate it. 1066don't have to do anything to activate it.