]> code.delx.au - gnu-emacs/commitdiff
(Multiline Font Lock): Can't use jit-lock-defer-multiline
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 25 Jul 2006 17:06:14 +0000 (17:06 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 25 Jul 2006 17:06:14 +0000 (17:06 +0000)
to ensure correct identification.

lispref/ChangeLog
lispref/modes.texi

index 07fa9a522f1a12bc4fba0439b3e701f77667d9bf..3eef44c2f2063102da3fdbf2d7140585b65c6148 100644 (file)
@@ -1,3 +1,8 @@
+2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
+       to ensure correct identification.
+
 2006-07-24  Richard Stallman  <rms@gnu.org>
 
        * text.texi (Clickable Text): Clarify.
index 288a8b6cc9d66b43d38b41a991595f2660fe5451..b0c057ec1c9a8b46a11964467bc5f3d23bac50bc 100644 (file)
@@ -3049,7 +3049,7 @@ constructs:
 
 @itemize
 @item
-Place a @code{font-lock-multiline} or @code{jit-lock-defer-multiline}
+Place a @code{font-lock-multiline}
 property on the construct when it is added to the buffer.
 @item
 Use @code{font-lock-fontify-region-function} hook to extend the scan
@@ -3076,7 +3076,6 @@ this can be an attractive solution.
 Place a @code{jit-lock-defer-multiline} property on the construct.
 This works only if @code{jit-lock-contextually} is used, but it can
 handle the case where highlighting depends on subsequent lines.
-@item
 @end itemize
 
 @menu