From: Stefan Monnier Date: Tue, 5 Mar 2002 19:00:35 +0000 (+0000) Subject: Doc fix. X-Git-Tag: ttn-vms-21-2-B4~16314 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e12e2759ca520e1f8cf069bf256754ab87abed6;p=emacs.git Doc fix. --- 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