diff options
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\ |