From: Richard M. Stallman Date: Fri, 22 Aug 1997 05:51:48 +0000 (+0000) Subject: (syms_of_buffer): Doc fixes. X-Git-Tag: emacs-20.1~482 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/839dd8341f9960b0fa792add2011b33dab66d7ac (syms_of_buffer): Doc fixes. --- diff --git a/src/buffer.c b/src/buffer.c index da3bfb3ea0..2b4c18fa18 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -4105,7 +4105,7 @@ Three arguments are passed to the 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\ \(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 @@ accomplishing an equivalent result by using other variables."); "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\