aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorStefan Monnier2006-08-03 05:42:53 +0000
committerStefan Monnier2006-08-03 05:42:53 +0000
commitab0dd59ce73e9b13b44ffe52d9937a7a7221e000 (patch)
tree866f8533d299269ab9692786ed9eba0324e6939d /lispref
parent2e3ef421a9e7888ed48241bbeecedaeefb58ab54 (diff)
downloademacs-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.texi2
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
3145one the following variables: 3145one the following variables:
3146 3146
3147@defvar font-lock-extend-region-function 3147@defvar font-lock-extend-after-change-region-function
3148This buffer-local variable is either @code{nil} or a function for 3148This buffer-local variable is either @code{nil} or a function for
3149Font-Lock to call to determine the region to scan and fontify. 3149Font-Lock to call to determine the region to scan and fontify.
3150 3150