aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/modes.texi
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2005-09-02 18:48:45 +0000
committerStefan Monnier <[email protected]>2005-09-02 18:48:45 +0000
commit34b50776448c37b57eb35f23c522acd10b2903d4 (patch)
treebc81bb60f972925483e5a722d98489dc03b132d4 /lispref/modes.texi
parent9d291bdfdfc8c1431628183cec604ba27c1cc05a (diff)
(Other Font Lock Variables): Sync the default of font-lock-lines-before.
Diffstat (limited to 'lispref/modes.texi')
-rw-r--r--lispref/modes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi
index 49b05021d9..a391f27a80 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