From: Stefan Monnier Date: Tue, 25 Jul 2006 17:06:14 +0000 (+0000) Subject: (Multiline Font Lock): Can't use jit-lock-defer-multiline X-Git-Tag: emacs-pretest-22.0.90~1242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94b392396335ef8b68c6b9e1405b73e472388a21;p=emacs.git (Multiline Font Lock): Can't use jit-lock-defer-multiline to ensure correct identification. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 07fa9a522f1..3eef44c2f20 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 --git a/lispref/modes.texi b/lispref/modes.texi index 288a8b6cc9d..b0c057ec1c9 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -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