# HG changeset patch # User Juri Linkov # Date 1121700240 0 # Node ID cd2fa63ea66d4afa04901afe045a8115d5feb98b # Parent 15310c1e629caced86015bb351087abc908c2cb7 (font-lock-mode): Delete duplicate words. diff -r 15310c1e629c -r cd2fa63ea66d lisp/font-core.el --- a/lisp/font-core.el Mon Jul 18 15:23:04 2005 +0000 +++ b/lisp/font-core.el Mon Jul 18 15:24:00 2005 +0000 @@ -125,7 +125,7 @@ When you turn Font Lock mode on/off the buffer is fontified/defontified, though fontification occurs only if the buffer is less than `font-lock-maximum-size'. -For example, to specify that Font Lock mode use use Lazy Lock mode as a support +For example, to specify that Font Lock mode uses Lazy Lock mode as a support mode and use maximum levels of fontification, put in your ~/.emacs: (setq font-lock-support-mode 'lazy-lock-mode)