]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 5 Mar 2002 19:00:35 +0000 (19:00 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 5 Mar 2002 19:00:35 +0000 (19:00 +0000)
lisp/font-lock.el

index c85d844fe12f2f1fbae405e76af6438b88c4db9e..cc51dc41384ed129023891f9d1b1772faf94298b 100644 (file)
@@ -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