aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 495f937d83f..368d273d7cd 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6092,9 +6092,9 @@ from happening repeatedly and making Emacs nonfunctional. */);
6092 doc: /* List of functions to call after each text change. 6092 doc: /* List of functions to call after each text change.
6093Three arguments are passed to each function: the positions of 6093Three arguments are passed to each function: the positions of
6094the beginning and end of the range of changed text, 6094the beginning and end of the range of changed text,
6095and the length in bytes of the pre-change text replaced by that range. 6095and the length in chars of the pre-change text replaced by that range.
6096\(For an insertion, the pre-change length is zero; 6096\(For an insertion, the pre-change length is zero;
6097for a deletion, that length is the number of bytes deleted, 6097for a deletion, that length is the number of chars deleted,
6098and the post-change beginning and end are at the same place.) 6098and the post-change beginning and end are at the same place.)
6099 6099
6100Buffer changes made while executing the `after-change-functions' 6100Buffer changes made while executing the `after-change-functions'