]> git.eshelyaron.com Git - emacs.git/commitdiff
(Other Font Lock Variables): Sync the default of font-lock-lines-before.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 2 Sep 2005 18:48:45 +0000 (18:48 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 2 Sep 2005 18:48:45 +0000 (18:48 +0000)
lispref/ChangeLog
lispref/modes.texi

index 9f71006f79af30533d05e5f00d823143dff36eb8..efaa386442a6307227a5d734f94814dac7d35b2f 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * modes.texi (Other Font Lock Variables): Sync the default of
+       font-lock-lines-before.
+
 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
 
        * files.texi (Magic File Names): Add `make-auto-save-file-name'.
index 49b05021d916eb1f1515dc0dd7591f4a2cbf5c59..a391f27a80f73ab5a76315d135a0cb5e9f5f797c 100644 (file)
@@ -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