changeset 43736:264efb189de1

Doc fix.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 05 Mar 2002 19:00:35 +0000
parents 30053d20015f
children 4f7c660e6029
files lisp/font-lock.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Tue Mar 05 18:56:16 2002 +0000
+++ b/lisp/font-lock.el	Tue Mar 05 19:00:35 2002 +0000
@@ -1253,7 +1253,10 @@
 (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