changeset 19466:3fce1e7c0fd0

(syms_of_buffer): Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Fri, 22 Aug 1997 05:51:48 +0000
parents 10d0ae6abbea
children d76f57ca7aba
files src/buffer.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Fri Aug 22 05:13:32 1997 +0000
+++ b/src/buffer.c	Fri Aug 22 05:51:48 1997 +0000
@@ -4105,7 +4105,7 @@
 the beginning and end of the range of changed text,\n\
 and the length of the pre-change text replaced by that range.\n\
 \(For an insertion, the pre-change length is zero;\n\
-for a deletion, that length is the number of characters deleted,\n\
+for a deletion, that length is the number of bytes deleted,\n\
 and the post-change beginning and end are at the same place.)\n\
 \n\
 Buffer changes made while executing the `after-change-function'\n\
@@ -4136,9 +4136,9 @@
 	       "List of function to call after each text change.\n\
 Three arguments are passed to each function: the positions of\n\
 the beginning and end of the range of changed text,\n\
-and the length of the pre-change text replaced by that range.\n\
+and the length in bytes of the pre-change text replaced by that range.\n\
 \(For an insertion, the pre-change length is zero;\n\
-for a deletion, that length is the number of characters deleted,\n\
+for a deletion, that length is the number of bytes deleted,\n\
 and the post-change beginning and end are at the same place.)\n\
 \n\
 Buffer changes made while executing the `after-change-functions'\n\