summaryrefslogtreecommitdiff
path: root/lisp/font-core.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-08 14:55:42 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-09 12:33:14 +0200
commit76ca5f5eceda6c78f209588da0893bab5b42165c (patch)
tree9d500d9138cfd42f0690430b15d624ccce84d309 /lisp/font-core.el
parent5f8922b9e26f8c0bf68bd72ff6804616a7134792 (diff)
downloademacs-76ca5f5eceda6c78f209588da0893bab5b42165c.tar.gz
Delete obsolete variable font-lock-maximum-size
* lisp/font-lock.el (font-lock-maximum-size): Delete variable obsolete since 24.1. (font-lock-initial-fontify): * lisp/mail/rmail.el (rmail-variables): * lisp/mh-e/mh-mime.el (mh-small-show-buffer-p): Don't use above deleted variable. * lisp/font-core.el (font-lock-mode): * lisp/font-lock.el: * lisp/info.el: Don't mention above deleted variable.
Diffstat (limited to 'lisp/font-core.el')
-rw-r--r--lisp/font-core.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/font-core.el b/lisp/font-core.el
index 2b75309ff3f..db07aa011c4 100644
--- a/lisp/font-core.el
+++ b/lisp/font-core.el
@@ -105,8 +105,7 @@ example, put in your ~/.emacs:
Where major modes support different levels of fontification, you
can use the variable `font-lock-maximum-decoration' to specify
which level you 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'.
+on/off the buffer is fontified/defontified.
To add your own highlighting for some major mode, and modify the
highlighting selected automatically via the variable