aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2005-09-02 18:48:45 +0000
committerStefan Monnier2005-09-02 18:48:45 +0000
commit34b50776448c37b57eb35f23c522acd10b2903d4 (patch)
treebc81bb60f972925483e5a722d98489dc03b132d4
parent9d291bdfdfc8c1431628183cec604ba27c1cc05a (diff)
downloademacs-34b50776448c37b57eb35f23c522acd10b2903d4.tar.gz
emacs-34b50776448c37b57eb35f23c522acd10b2903d4.zip
(Other Font Lock Variables): Sync the default of font-lock-lines-before.
-rw-r--r--lispref/ChangeLog5
-rw-r--r--lispref/modes.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 9f71006f79a..efaa386442a 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * modes.texi (Other Font Lock Variables): Sync the default of
4 font-lock-lines-before.
5
12005-08-31 Michael Albinus <michael.albinus@gmx.de> 62005-08-31 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * files.texi (Magic File Names): Add `make-auto-save-file-name'. 8 * 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
2767This variable specifies the number of extra lines to consider when 2767This variable specifies the number of extra lines to consider when
2768refontifying the buffer after each text change. Font lock begins 2768refontifying the buffer after each text change. Font lock begins
2769refontifying from that number of lines before the changed region. The 2769refontifying from that number of lines before the changed region. The
2770default is 1, but using a larger value can be useful for coping with 2770default is 0, but using a larger value can be useful for coping with
2771multi-line patterns. 2771multi-line patterns.
2772@end defvar 2772@end defvar
2773 2773