Mercurial > emacs
changeset 64445:cd2fa63ea66d
(font-lock-mode): Delete duplicate words.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 18 Jul 2005 15:24:00 +0000 |
parents | 15310c1e629c |
children | 6d54ca488e15 |
files | lisp/font-core.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)