emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107921: * doc/lispref/text.texi (


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107921: * doc/lispref/text.texi (Change Hooks): Minor fix for after-change-functions.
Date: Sun, 29 Apr 2012 14:56:58 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107921
committer: Chong Yidong <address@hidden>
branch nick: emacs-24
timestamp: Sun 2012-04-29 14:56:58 +0800
message:
  * doc/lispref/text.texi (Change Hooks): Minor fix for after-change-functions.
modified:
  doc/lispref/ChangeLog
  doc/lispref/text.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-04-28 08:05:01 +0000
+++ b/doc/lispref/ChangeLog     2012-04-29 06:56:58 +0000
@@ -1,3 +1,7 @@
+2012-04-29  Chong Yidong  <address@hidden>
+
+       * text.texi (Change Hooks): Minor fix for after-change-functions.
+
 2012-04-28  Glenn Morris  <address@hidden>
 
        * package.texi (Packaging Basics):

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2012-04-26 00:31:47 +0000
+++ b/doc/lispref/text.texi     2012-04-29 06:56:58 +0000
@@ -4334,15 +4334,15 @@
 
 @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.
+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.
+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


reply via email to

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