# HG changeset patch # User Juanma Barranquero # Date 1172482582 0 # Node ID 1bdedd341a8234f61893d04b42eb5fb176a43c4a # Parent 96f6ff98e5ac3232cddd5f2a5fba94824f54de9f (font-lock-mode): Doc fix. diff -r 96f6ff98e5ac -r 1bdedd341a82 lisp/font-core.el --- a/lisp/font-core.el Mon Feb 26 07:43:01 2007 +0000 +++ b/lisp/font-core.el Mon Feb 26 09:36:22 2007 +0000 @@ -124,10 +124,6 @@ fontified/defontified, though fontification occurs only if the buffer is less than `font-lock-maximum-size'. -For example, to use maximum levels of fontification, put in your ~/.emacs: - - (setq font-lock-maximum-decoration t) - To add your own highlighting for some major mode, and modify the highlighting selected automatically via the variable `font-lock-maximum-decoration', you can use `font-lock-add-keywords'.