diff options
| author | jave | 2014-12-31 12:24:10 +0100 |
|---|---|---|
| committer | jave | 2014-12-31 12:24:10 +0100 |
| commit | baba9e039136e183e055169ddd7ca1e983fc734f (patch) | |
| tree | 9168fb077980351a25ea3a112f2abd105a11099a /src/buffer.c | |
| parent | 4105b6a93047045553e10795742a808b805c85b7 (diff) | |
| parent | 25346768fac53687c97c213fb99ff18fa805b073 (diff) | |
| download | emacs-baba9e039136e183e055169ddd7ca1e983fc734f.tar.gz emacs-baba9e039136e183e055169ddd7ca1e983fc734f.zip | |
merge upstream
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 7e424bb3178..4e746903efc 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -6074,9 +6074,9 @@ from happening repeatedly and making Emacs nonfunctional. */); | |||
| 6074 | doc: /* List of functions to call after each text change. | 6074 | doc: /* List of functions to call after each text change. |
| 6075 | Three arguments are passed to each function: the positions of | 6075 | Three arguments are passed to each function: the positions of |
| 6076 | the beginning and end of the range of changed text, | 6076 | the beginning and end of the range of changed text, |
| 6077 | and the length in bytes of the pre-change text replaced by that range. | 6077 | and the length in chars of the pre-change text replaced by that range. |
| 6078 | \(For an insertion, the pre-change length is zero; | 6078 | \(For an insertion, the pre-change length is zero; |
| 6079 | for a deletion, that length is the number of bytes deleted, | 6079 | for a deletion, that length is the number of chars deleted, |
| 6080 | and the post-change beginning and end are at the same place.) | 6080 | and the post-change beginning and end are at the same place.) |
| 6081 | 6081 | ||
| 6082 | Buffer changes made while executing the `after-change-functions' | 6082 | Buffer changes made while executing the `after-change-functions' |