changeset 76152:1bdedd341a82

(font-lock-mode): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 26 Feb 2007 09:36:22 +0000
parents 96f6ff98e5ac
children 53329a445bb7
files lisp/font-core.el
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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'.