summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2002-03-05 19:00:35 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2002-03-05 19:00:35 +0000
commit8e12e2759ca520e1f8cf069bf256754ab87abed6 (patch)
tree1db9d799f4b241a084ed046b6385ec65f8e200c6 /lisp/font-lock.el
parent662152ddd2188abbfe9fbde53767e98cd23d1387 (diff)
downloademacs-8e12e2759ca520e1f8cf069bf256754ab87abed6.tar.gz
Doc fix.
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r--lisp/font-lock.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index c85d844fe12..cc51dc41384 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -1253,7 +1253,10 @@ The value of this variable is used when Font Lock mode is turned on."
(defvar font-lock-extra-managed-props nil
"Additional text properties managed by font-lock.
This is used by `font-lock-default-unfontify-region' to decide
-what properties to clear before refontifying a region.")
+what properties to clear before refontifying a region.
+Since it is more or less directly passed to `remove-text-properties',
+it should have the shape of a property list (i.e. every other element
+is ignored).")
(defun font-lock-default-unfontify-region (beg end)
(save-buffer-state nil