* doc/lispref/text.texi (Change Hooks): Minor fix for after-change-functions.

This commit is contained in:
Chong Yidong 2012-04-29 14:56:58 +08:00
parent f9e320bb01
commit 5a5fd9f33a
2 changed files with 12 additions and 8 deletions

View 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):

View 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.
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