aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-03-05 19:00:35 +0000
committerStefan Monnier2002-03-05 19:00:35 +0000
commit8e12e2759ca520e1f8cf069bf256754ab87abed6 (patch)
tree1db9d799f4b241a084ed046b6385ec65f8e200c6
parent662152ddd2188abbfe9fbde53767e98cd23d1387 (diff)
downloademacs-8e12e2759ca520e1f8cf069bf256754ab87abed6.tar.gz
emacs-8e12e2759ca520e1f8cf069bf256754ab87abed6.zip
Doc fix.
-rw-r--r--lisp/font-lock.el5
1 files changed, 4 insertions, 1 deletions
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."
1253(defvar font-lock-extra-managed-props nil 1253(defvar font-lock-extra-managed-props nil
1254 "Additional text properties managed by font-lock. 1254 "Additional text properties managed by font-lock.
1255This is used by `font-lock-default-unfontify-region' to decide 1255This is used by `font-lock-default-unfontify-region' to decide
1256what properties to clear before refontifying a region.") 1256what properties to clear before refontifying a region.
1257Since it is more or less directly passed to `remove-text-properties',
1258it should have the shape of a property list (i.e. every other element
1259is ignored).")
1257 1260
1258(defun font-lock-default-unfontify-region (beg end) 1261(defun font-lock-default-unfontify-region (beg end)
1259 (save-buffer-state nil 1262 (save-buffer-state nil