From: Juri Linkov Date: Mon, 18 Jul 2005 15:24:00 +0000 (+0000) Subject: (font-lock-mode): Delete duplicate words. X-Git-Tag: emacs-pretest-22.0.90~8042 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91da339a8d929a78207e2d714876cb46044a64cd;p=emacs.git (font-lock-mode): Delete duplicate words. --- diff --git a/lisp/font-core.el b/lisp/font-core.el index 318191e1757..19417720d3a 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el @@ -125,7 +125,7 @@ major modes support different levels of fontification, you can use the variable 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)