# HG changeset patch # User Stefan Monnier # Date 1153847174 0 # Node ID 9b546c70be9e4280b6eeb75509303a6693c4a39d # Parent 46e335881cbf96f2a9aace6e1ac4fbb530509dd3 (Multiline Font Lock): Can't use jit-lock-defer-multiline to ensure correct identification. diff -r 46e335881cbf -r 9b546c70be9e lispref/ChangeLog --- a/lispref/ChangeLog Tue Jul 25 16:20:53 2006 +0000 +++ b/lispref/ChangeLog Tue Jul 25 17:06:14 2006 +0000 @@ -1,3 +1,8 @@ +2006-07-25 Stefan Monnier + + * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline + to ensure correct identification. + 2006-07-24 Richard Stallman * text.texi (Clickable Text): Clarify. diff -r 46e335881cbf -r 9b546c70be9e lispref/modes.texi --- a/lispref/modes.texi Tue Jul 25 16:20:53 2006 +0000 +++ b/lispref/modes.texi Tue Jul 25 17:06:14 2006 +0000 @@ -3049,7 +3049,7 @@ @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 @@ 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