diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-02-26 09:40:04 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-02-26 09:40:04 +0000 |
commit | 7af1dacf7d47b5fd4c80f25115603c375abe5cd6 (patch) | |
tree | dcc20882f5361cb535d335e955fcca15deee0f87 /lisp/font-core.el | |
parent | f81bf13127c767c80bb275b927f4bd65a7643b0e (diff) | |
download | emacs-7af1dacf7d47b5fd4c80f25115603c375abe5cd6.tar.gz |
(font-lock-mode): Doc fix.
Diffstat (limited to 'lisp/font-core.el')
-rw-r--r-- | lisp/font-core.el | 4 |
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'. |