]> code.delx.au - gnu-emacs/commitdiff
* doc/lispref/text.texi (Change Hooks): Minor fix for after-change-functions.
authorChong Yidong <cyd@gnu.org>
Sun, 29 Apr 2012 06:56:58 +0000 (14:56 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 29 Apr 2012 06:56:58 +0000 (14:56 +0800)
doc/lispref/ChangeLog
doc/lispref/text.texi

index 8588ae88ef84f9b755ea8cf11373f7d2968c449e..79177a3f59da4bf3b86d29005408858b75b23055 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-29  Chong Yidong  <cyd@gnu.org>
+
+       * text.texi (Change Hooks): Minor fix for after-change-functions.
+
 2012-04-28  Glenn Morris  <rgm@gnu.org>
 
        * package.texi (Packaging Basics):
index 4ed096d21a4c62482b1276caf06730d9ce40cea5..bc65e314da0db9e6cd1a496b1b4dc35c1e9193de 100644 (file)
@@ -4334,15 +4334,15 @@ buffer that is about to change is always the current buffer.
 
 @defvar after-change-functions
 This variable holds a list of functions to call after any buffer
-modification.  Each function receives three arguments: the beginning and
-end of the region just changed, and the length of the text that existed
-before the change.  All three arguments are integers.  The buffer that's
-about to change is always the current buffer.
-
-The length of the old text is the difference between the buffer positions
-before and after that text as it was before the change.  As for the
-changed text, its length is simply the difference between the first two
-arguments.
+modification.  Each function receives three arguments: the beginning
+and end of the region just changed, and the length of the text that
+existed before the change.  All three arguments are integers.  The
+buffer has been changed is always the current buffer.
+
+The length of the old text is the difference between the buffer
+positions before and after that text as it was before the change.  As
+for the changed text, its length is simply the difference between the
+first two arguments.
 @end defvar
 
   Output of messages into the @file{*Messages*} buffer does not