aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/modes.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index fc57e20e612..c564c780b53 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12011-05-05 Drew Adams <drew.adams@oracle.com>
2
3 * modes.texi (Region to Fontify): Fix typo.
4
12011-04-13 Juanma Barranquero <lekktu@gmail.com> 52011-04-13 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * windows.texi (Choosing Window): Fix typo. 7 * windows.texi (Choosing Window): Fix typo.
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index 8ddc67c06c2..61c8b5be129 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -3205,7 +3205,7 @@ example, when a change alters the syntactic meaning of text on an
3205earlier line. 3205earlier line.
3206 3206
3207 You can enlarge (or even reduce) the region to fontify by setting 3207 You can enlarge (or even reduce) the region to fontify by setting
3208one the following variables: 3208the following variable:
3209 3209
3210@defvar font-lock-extend-after-change-region-function 3210@defvar font-lock-extend-after-change-region-function
3211This buffer-local variable is either @code{nil} or a function for 3211This buffer-local variable is either @code{nil} or a function for