aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-22 05:51:48 +0000
committerRichard M. Stallman1997-08-22 05:51:48 +0000
commit839dd8341f9960b0fa792add2011b33dab66d7ac (patch)
tree3d9d898b8cc41a49f5b1d1d2e9ba1ddbc3419ce5
parent3a408d72a26760b023b8159b79692538942ca985 (diff)
downloademacs-839dd8341f9960b0fa792add2011b33dab66d7ac.tar.gz
emacs-839dd8341f9960b0fa792add2011b33dab66d7ac.zip
(syms_of_buffer): Doc fixes.
-rw-r--r--src/buffer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c
index da3bfb3ea04..2b4c18fa189 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -4105,7 +4105,7 @@ Three arguments are passed to the function: the positions of\n\
4105the beginning and end of the range of changed text,\n\ 4105the beginning and end of the range of changed text,\n\
4106and the length of the pre-change text replaced by that range.\n\ 4106and the length of the pre-change text replaced by that range.\n\
4107\(For an insertion, the pre-change length is zero;\n\ 4107\(For an insertion, the pre-change length is zero;\n\
4108for a deletion, that length is the number of characters deleted,\n\ 4108for a deletion, that length is the number of bytes deleted,\n\
4109and the post-change beginning and end are at the same place.)\n\ 4109and the post-change beginning and end are at the same place.)\n\
4110\n\ 4110\n\
4111Buffer changes made while executing the `after-change-function'\n\ 4111Buffer changes made while executing the `after-change-function'\n\
@@ -4136,9 +4136,9 @@ accomplishing an equivalent result by using other variables.");
4136 "List of function to call after each text change.\n\ 4136 "List of function to call after each text change.\n\
4137Three arguments are passed to each function: the positions of\n\ 4137Three arguments are passed to each function: the positions of\n\
4138the beginning and end of the range of changed text,\n\ 4138the beginning and end of the range of changed text,\n\
4139and the length of the pre-change text replaced by that range.\n\ 4139and the length in bytes of the pre-change text replaced by that range.\n\
4140\(For an insertion, the pre-change length is zero;\n\ 4140\(For an insertion, the pre-change length is zero;\n\
4141for a deletion, that length is the number of characters deleted,\n\ 4141for a deletion, that length is the number of bytes deleted,\n\
4142and the post-change beginning and end are at the same place.)\n\ 4142and the post-change beginning and end are at the same place.)\n\
4143\n\ 4143\n\
4144Buffer changes made while executing the `after-change-functions'\n\ 4144Buffer changes made while executing the `after-change-functions'\n\