diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/modes.texi | 2 |
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 @@ | |||
| 1 | 2011-05-05 Drew Adams <drew.adams@oracle.com> | ||
| 2 | |||
| 3 | * modes.texi (Region to Fontify): Fix typo. | ||
| 4 | |||
| 1 | 2011-04-13 Juanma Barranquero <lekktu@gmail.com> | 5 | 2011-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 | |||
| 3205 | earlier line. | 3205 | earlier 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 |
| 3208 | one the following variables: | 3208 | the following variable: |
| 3209 | 3209 | ||
| 3210 | @defvar font-lock-extend-after-change-region-function | 3210 | @defvar font-lock-extend-after-change-region-function |
| 3211 | This buffer-local variable is either @code{nil} or a function for | 3211 | This buffer-local variable is either @code{nil} or a function for |