# HG changeset patch # User Stefan Monnier # Date 1015354835 0 # Node ID 264efb189de1fcf8a0f24580eb14ea7f86bad4c9 # Parent 30053d20015f2acf9f6379335515b88e521a7a2a Doc fix. diff -r 30053d20015f -r 264efb189de1 lisp/font-lock.el --- 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