diff options
| author | Stefan Monnier | 2006-08-03 05:42:53 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-08-03 05:42:53 +0000 |
| commit | ab0dd59ce73e9b13b44ffe52d9937a7a7221e000 (patch) | |
| tree | 866f8533d299269ab9692786ed9eba0324e6939d /lispref | |
| parent | 2e3ef421a9e7888ed48241bbeecedaeefb58ab54 (diff) | |
| download | emacs-ab0dd59ce73e9b13b44ffe52d9937a7a7221e000.tar.gz emacs-ab0dd59ce73e9b13b44ffe52d9937a7a7221e000.zip | |
(font-lock-extend-after-change-region-function):
Rename from font-lock-extend-region-function.
(font-lock-extend-region): Remove by inlining at call sites.
(font-lock-after-change-function): Don't needlessly round up to a whole
number of lines.
(font-lock-extend-jit-lock-region-after-change): Be more careful about
the boundary conditions and the interactions between the various ways
to extend the region.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/modes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi index 8b4188ecff2..7ca8764a0a8 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi | |||
| @@ -3144,7 +3144,7 @@ earlier line. | |||
| 3144 | You can enlarge (or even reduce) the region to fontify by setting | 3144 | You can enlarge (or even reduce) the region to fontify by setting |
| 3145 | one the following variables: | 3145 | one the following variables: |
| 3146 | 3146 | ||
| 3147 | @defvar font-lock-extend-region-function | 3147 | @defvar font-lock-extend-after-change-region-function |
| 3148 | This buffer-local variable is either @code{nil} or a function for | 3148 | This buffer-local variable is either @code{nil} or a function for |
| 3149 | Font-Lock to call to determine the region to scan and fontify. | 3149 | Font-Lock to call to determine the region to scan and fontify. |
| 3150 | 3150 | ||