summaryrefslogtreecommitdiff
path: root/lisp/font-core.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/font-core.el')
-rw-r--r--lisp/font-core.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/font-core.el b/lisp/font-core.el
index da355b8b6aa..3edf2140393 100644
--- a/lisp/font-core.el
+++ b/lisp/font-core.el
@@ -124,10 +124,6 @@ generally prefer. 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 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'.