From: Stefan Monnier Date: Fri, 6 May 2011 14:32:26 +0000 (-0300) Subject: * lispref/modes.texi (Region to Refontify): Rename from "Region to Fontify". X-Git-Tag: emacs-pretest-24.0.90~104^3~57 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc3bea9cf0a5a074fc16aa16d4145567d4c5d183;p=emacs.git * 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. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index c564c780b53..c8a45ffc4d3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,11 @@ +2011-05-06 Stefan Monnier + + * 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 * modes.texi (Region to Fontify): Fix typo. diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 9b2b4817e27..93a8acdff0c 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -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 diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 61c8b5be129..1c72619c833 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -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 diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi index 8454e633c78..d6bc4538adb 100644 --- a/doc/lispref/vol1.texi +++ b/doc/lispref/vol1.texi @@ -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 diff --git a/doc/lispref/vol2.texi b/doc/lispref/vol2.texi index f481523b981..6f7507eb40c 100644 --- a/doc/lispref/vol2.texi +++ b/doc/lispref/vol2.texi @@ -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