diff options
| author | Richard M. Stallman | 1997-08-22 05:51:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-22 05:51:48 +0000 |
| commit | 839dd8341f9960b0fa792add2011b33dab66d7ac (patch) | |
| tree | 3d9d898b8cc41a49f5b1d1d2e9ba1ddbc3419ce5 /src/buffer.c | |
| parent | 3a408d72a26760b023b8159b79692538942ca985 (diff) | |
| download | emacs-839dd8341f9960b0fa792add2011b33dab66d7ac.tar.gz emacs-839dd8341f9960b0fa792add2011b33dab66d7ac.zip | |
(syms_of_buffer): Doc fixes.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 6 |
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\ | |||
| 4105 | the beginning and end of the range of changed text,\n\ | 4105 | the beginning and end of the range of changed text,\n\ |
| 4106 | and the length of the pre-change text replaced by that range.\n\ | 4106 | and 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\ |
| 4108 | for a deletion, that length is the number of characters deleted,\n\ | 4108 | for a deletion, that length is the number of bytes deleted,\n\ |
| 4109 | and the post-change beginning and end are at the same place.)\n\ | 4109 | and the post-change beginning and end are at the same place.)\n\ |
| 4110 | \n\ | 4110 | \n\ |
| 4111 | Buffer changes made while executing the `after-change-function'\n\ | 4111 | Buffer 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\ |
| 4137 | Three arguments are passed to each function: the positions of\n\ | 4137 | Three arguments are passed to each function: the positions of\n\ |
| 4138 | the beginning and end of the range of changed text,\n\ | 4138 | the beginning and end of the range of changed text,\n\ |
| 4139 | and the length of the pre-change text replaced by that range.\n\ | 4139 | and 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\ |
| 4141 | for a deletion, that length is the number of characters deleted,\n\ | 4141 | for a deletion, that length is the number of bytes deleted,\n\ |
| 4142 | and the post-change beginning and end are at the same place.)\n\ | 4142 | and the post-change beginning and end are at the same place.)\n\ |
| 4143 | \n\ | 4143 | \n\ |
| 4144 | Buffer changes made while executing the `after-change-functions'\n\ | 4144 | Buffer changes made while executing the `after-change-functions'\n\ |