Mercurial > emacs
diff lisp/font-lock.el @ 43736:264efb189de1
Doc fix.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 05 Mar 2002 19:00:35 +0000 |
parents | ddc2bf2b2077 |
children | 5132a4e458ec |
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