From: Richard M. Stallman Date: Fri, 9 Sep 2005 01:15:25 +0000 (+0000) Subject: (font-lock-support-mode): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~7219 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59442c805028487fa2d289680d67051e14191524;p=emacs.git (font-lock-support-mode): Doc fix. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 4c43d34dde7..e0e3c8949b2 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -846,9 +846,13 @@ happens, so the major mode can be corrected." (defcustom font-lock-support-mode 'jit-lock-mode "*Support mode for Font Lock mode. Support modes speed up Font Lock mode by being choosy about when fontification -occurs. Known support modes are Fast Lock mode (symbol `fast-lock-mode'), -Lazy Lock mode (symbol `lazy-lock-mode'), and Just-in-time Lock mode (symbol -`jit-lock-mode'. See those modes for more info. +occurs. The default support mode, Just-in-time Lock mode (symbol +`jit-lock-mode'), is recommended. + +Other, older support modes are Fast Lock mode (symbol `fast-lock-mode') and +Lazy Lock mode (symbol `lazy-lock-mode'). See those modes for more info. +However, they are no longer recommended, as Just-in-time Lock mode is better. + If nil, means support for Font Lock mode is never performed. If a symbol, use that support mode. If a list, each element should be of the form (MAJOR-MODE . SUPPORT-MODE),