From: Stefan Monnier Date: Fri, 2 Sep 2005 18:48:45 +0000 (+0000) Subject: (Other Font Lock Variables): Sync the default of font-lock-lines-before. X-Git-Tag: emacs-pretest-22.0.90~7270 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34b50776448c37b57eb35f23c522acd10b2903d4;p=emacs.git (Other Font Lock Variables): Sync the default of font-lock-lines-before. --- 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