diff options
| author | Stefan Monnier | 2005-09-02 18:48:45 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-09-02 18:48:45 +0000 |
| commit | 34b50776448c37b57eb35f23c522acd10b2903d4 (patch) | |
| tree | bc81bb60f972925483e5a722d98489dc03b132d4 | |
| parent | 9d291bdfdfc8c1431628183cec604ba27c1cc05a (diff) | |
| download | emacs-34b50776448c37b57eb35f23c522acd10b2903d4.tar.gz emacs-34b50776448c37b57eb35f23c522acd10b2903d4.zip | |
(Other Font Lock Variables): Sync the default of font-lock-lines-before.
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/modes.texi | 2 |
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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-08-31 Michael Albinus <michael.albinus@gmx.de> | 6 | 2005-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 | |||
| 2767 | This variable specifies the number of extra lines to consider when | 2767 | This variable specifies the number of extra lines to consider when |
| 2768 | refontifying the buffer after each text change. Font lock begins | 2768 | refontifying the buffer after each text change. Font lock begins |
| 2769 | refontifying from that number of lines before the changed region. The | 2769 | refontifying from that number of lines before the changed region. The |
| 2770 | default is 1, but using a larger value can be useful for coping with | 2770 | default is 0, but using a larger value can be useful for coping with |
| 2771 | multi-line patterns. | 2771 | multi-line patterns. |
| 2772 | @end defvar | 2772 | @end defvar |
| 2773 | 2773 | ||