diff options
| author | K. Handa | 2014-12-28 22:18:39 +0900 |
|---|---|---|
| committer | K. Handa | 2014-12-28 22:18:39 +0900 |
| commit | c2f9c07aa02d1c8cba4efdd503463642a910cd6b (patch) | |
| tree | 8e25338f25fe6d71a72cddff77f4c368192379ef /src/buffer.c | |
| parent | 5979af512bf5d6a28acea24299b67c7939d9e703 (diff) | |
| parent | e092accb6bb8aea08dab1796d707b3adce55a38c (diff) | |
| download | emacs-c2f9c07aa02d1c8cba4efdd503463642a910cd6b.tar.gz emacs-c2f9c07aa02d1c8cba4efdd503463642a910cd6b.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
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 b57d968e73a..9a5c4a8824f 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -6066,9 +6066,9 @@ from happening repeatedly and making Emacs nonfunctional. */); | |||
| 6066 | doc: /* List of functions to call after each text change. | 6066 | doc: /* List of functions to call after each text change. |
| 6067 | Three arguments are passed to each function: the positions of | 6067 | Three arguments are passed to each function: the positions of |
| 6068 | the beginning and end of the range of changed text, | 6068 | the beginning and end of the range of changed text, |
| 6069 | and the length in bytes of the pre-change text replaced by that range. | 6069 | and the length in chars of the pre-change text replaced by that range. |
| 6070 | \(For an insertion, the pre-change length is zero; | 6070 | \(For an insertion, the pre-change length is zero; |
| 6071 | for a deletion, that length is the number of bytes deleted, | 6071 | for a deletion, that length is the number of chars deleted, |
| 6072 | and the post-change beginning and end are at the same place.) | 6072 | and the post-change beginning and end are at the same place.) |
| 6073 | 6073 | ||
| 6074 | Buffer changes made while executing the `after-change-functions' | 6074 | Buffer changes made while executing the `after-change-functions' |