From 34b50776448c37b57eb35f23c522acd10b2903d4 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 2 Sep 2005 18:48:45 +0000 Subject: [PATCH] (Other Font Lock Variables): Sync the default of font-lock-lines-before. --- lispref/ChangeLog | 5 +++++ lispref/modes.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 9f71006f79a..efaa386442a 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2005-09-02 Stefan Monnier + + * modes.texi (Other Font Lock Variables): Sync the default of + font-lock-lines-before. + 2005-08-31 Michael Albinus * files.texi (Magic File Names): Add `make-auto-save-file-name'. diff --git a/lispref/modes.texi b/lispref/modes.texi index 49b05021d91..a391f27a80f 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -2767,7 +2767,7 @@ arguments, the beginning and end of the region. The default value is This variable specifies the number of extra lines to consider when refontifying the buffer after each text change. Font lock begins refontifying from that number of lines before the changed region. The -default is 1, but using a larger value can be useful for coping with +default is 0, but using a larger value can be useful for coping with multi-line patterns. @end defvar -- 2.39.2