emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100569: * lispref/modes.texi (Reg


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100569: * lispref/modes.texi (Region to Refontify): Rename from "Region to Fontify".
Date: Fri, 06 May 2011 11:32:26 -0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 100569
committer: Stefan Monnier <address@hidden>
branch nick: emacs-23
timestamp: Fri 2011-05-06 11:32:26 -0300
message:
  * 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.
modified:
  doc/lispref/ChangeLog
  doc/lispref/elisp.texi
  doc/lispref/modes.texi
  doc/lispref/vol1.texi
  doc/lispref/vol2.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-05-05 23:04:47 +0000
+++ b/doc/lispref/ChangeLog     2011-05-06 14:32:26 +0000
@@ -1,3 +1,11 @@
+2011-05-06  Stefan Monnier  <address@hidden>
+
+       * 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  <address@hidden>
 
        * modes.texi (Region to Fontify): Fix typo.

=== modified file 'doc/lispref/elisp.texi'
--- a/doc/lispref/elisp.texi    2011-03-11 17:17:33 +0000
+++ b/doc/lispref/elisp.texi    2011-05-06 14:32:26 +0000
@@ -825,7 +825,7 @@
 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

=== modified file 'doc/lispref/modes.texi'
--- a/doc/lispref/modes.texi    2011-05-05 23:04:47 +0000
+++ b/doc/lispref/modes.texi    2011-05-06 14:32:26 +0000
@@ -3143,7 +3143,7 @@
 
 @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 @@
 Font-Lock looks at it, or use
 @code{font-lock-fontify-region-function}.
 
address@hidden Region to Fontify
address@hidden 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 @@
 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 @@
 Font-Lock to call to determine the region to scan and fontify.
 
 The function is given three parameters, the standard @var{beg},
address@hidden, and @var{old-len} from after-change-functions
address@hidden, 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

=== modified file 'doc/lispref/vol1.texi'
--- a/doc/lispref/vol1.texi     2011-03-11 17:17:33 +0000
+++ b/doc/lispref/vol1.texi     2011-05-06 14:32:26 +0000
@@ -846,7 +846,7 @@
 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

=== modified file 'doc/lispref/vol2.texi'
--- a/doc/lispref/vol2.texi     2011-03-11 17:17:33 +0000
+++ b/doc/lispref/vol2.texi     2011-05-06 14:32:26 +0000
@@ -845,7 +845,7 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]