* lispref/modes.texi (Region to Refontify): Rename from "Region to Fontify".

(Multiline Font Lock):
* lispref/vol2.texi (Top):
* lispref/vol1.texi (Top):
* lispref/elisp.texi (Top): Update menu accordingly.
This commit is contained in:
Stefan Monnier 2011-05-06 11:32:26 -03:00
parent e6dc6206e9
commit bc3bea9cf0
5 changed files with 15 additions and 7 deletions

View file

@ -1,3 +1,11 @@
2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
* modes.texi (Region to Refontify): Rename from "Region to Fontify".
(Multiline Font Lock):
* vol2.texi (Top):
* vol1.texi (Top):
* elisp.texi (Top): Update menu accordingly.
2011-05-05 Drew Adams <drew.adams@oracle.com>
* modes.texi (Region to Fontify): Fix typo.

View file

@ -825,7 +825,7 @@ Font Lock Mode
Multiline Font Lock Constructs
* Font Lock Multiline:: Marking multiline chunks with a text property.
* Region to Fontify:: Controlling which region gets refontified
* Region to Refontify:: Controlling which region gets refontified
after a buffer change.
Documentation

View file

@ -3143,7 +3143,7 @@ subsequent lines.
@menu
* Font Lock Multiline:: Marking multiline chunks with a text property.
* Region to Fontify:: Controlling which region gets refontified
* Region to Refontify:: Controlling which region gets refontified
after a buffer change.
@end menu
@ -3195,7 +3195,7 @@ place the @code{font-lock-multiline} property on the text before
Font-Lock looks at it, or use
@code{font-lock-fontify-region-function}.
@node Region to Fontify
@node Region to Refontify
@subsubsection Region to Fontify after a Buffer Change
When a buffer is changed, the region that Font Lock refontifies is
@ -3204,7 +3204,7 @@ While this works well most of the time, sometimes it doesn't---for
example, when a change alters the syntactic meaning of text on an
earlier line.
You can enlarge (or even reduce) the region to fontify by setting
You can enlarge (or even reduce) the region to refontify by setting
the following variable:
@defvar font-lock-extend-after-change-region-function
@ -3212,7 +3212,7 @@ This buffer-local variable is either @code{nil} or a function for
Font-Lock to call to determine the region to scan and fontify.
The function is given three parameters, the standard @var{beg},
@var{end}, and @var{old-len} from after-change-functions
@var{end}, and @var{old-len} from @code{after-change-functions}
(@pxref{Change Hooks}). It should return either a cons of the
beginning and end buffer positions (in that order) of the region to
fontify, or @code{nil} (which means choose the region in the standard

View file

@ -846,7 +846,7 @@ Font Lock Mode
Multiline Font Lock Constructs
* Font Lock Multiline:: Marking multiline chunks with a text property.
* Region to Fontify:: Controlling which region gets refontified
* Region to Refontify:: Controlling which region gets refontified
after a buffer change.
Documentation

View file

@ -845,7 +845,7 @@ Font Lock Mode
Multiline Font Lock Constructs
* Font Lock Multiline:: Marking multiline chunks with a text property.
* Region to Fontify:: Controlling which region gets refontified
* Region to Refontify:: Controlling which region gets refontified
after a buffer change.
Documentation