font-lock-maximum-decoration has been t by default since 1997, so I don't think the doc string of font-lock-mode needs this note anymore:
--- font-core.el 03 Aug 2006 12:41:34 +0200 1.41 +++ font-core.el 28 Sep 2006 11:17:13 +0200 @@ -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'. -- Johan Bockgård _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
