Mercurial > emacs
changeset 65320:48c436d0043b
(Other Font Lock Variables): Sync the default of font-lock-lines-before.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 02 Sep 2005 18:48:45 +0000 |
parents | 44f6057f47c7 |
children | cea6d5596fa2 |
files | lispref/ChangeLog lispref/modes.texi |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/ChangeLog Fri Sep 02 18:42:54 2005 +0000 +++ b/lispref/ChangeLog Fri Sep 02 18:48:45 2005 +0000 @@ -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'.
--- a/lispref/modes.texi Fri Sep 02 18:42:54 2005 +0000 +++ b/lispref/modes.texi Fri Sep 02 18:48:45 2005 +0000 @@ -2767,7 +2767,7 @@ 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