diff options
| author | Stefan Monnier | 2000-06-20 16:34:50 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-06-20 16:34:50 +0000 |
| commit | 4d5d60c34d3670b8f01035f90ebacd440da87878 (patch) | |
| tree | 0b35ea85844abcc6712280c41cace208ede7ba98 | |
| parent | bcacade9c20f36e4c2b357dce890156f7c4f72aa (diff) | |
| download | emacs-4d5d60c34d3670b8f01035f90ebacd440da87878.tar.gz emacs-4d5d60c34d3670b8f01035f90ebacd440da87878.zip | |
(JIT Lock Mode): jit-lock-mode is not a command any more.
| -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. | |||
| 1058 | @subsection JIT Lock Mode | 1058 | @subsection JIT Lock Mode |
| 1059 | 1059 | ||
| 1060 | @findex jit-lock-mode | 1060 | @findex jit-lock-mode |
| 1061 | The command @kbd{M-x lazy-lock-mode} turns JIT Lock mode on or off, | 1061 | This Just-In-time support mode is roughly equivalent to Lazy Lock but is |
| 1062 | according to the argument (with no argument, it toggles). This support | 1062 | generally faster and more robust. It supports stealth and deferred |
| 1063 | mode is roughly equivalent to Lazy Lock but is generally faster. It | 1063 | contextual fontification. |
| 1064 | supports stealth and deferred fontification. | ||
| 1065 | 1064 | ||
| 1066 | Font-lock uses @code{jit-lock-mode} as default support mode, so you | 1065 | Font-lock uses @code{jit-lock-mode} as default support mode, so you |
| 1067 | don't have to do anything to activate it. | 1066 | don't have to do anything to activate it. |