diff options
| author | Chong Yidong | 2006-09-01 13:36:35 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-09-01 13:36:35 +0000 |
| commit | 70b49b72eeb81a82264c6a76069d476eb7c7d633 (patch) | |
| tree | c1df8afcb3dd1637e67662d14d3b294b1ffe9eb7 | |
| parent | 12bd42bee527dfca469e4604ab23cd9e5d3e0626 (diff) | |
| download | emacs-70b49b72eeb81a82264c6a76069d476eb7c7d633.tar.gz emacs-70b49b72eeb81a82264c6a76069d476eb7c7d633.zip | |
Document `buffer-chars-modified-tick'
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -4083,6 +4083,13 @@ position or for a given window pixel coordinate. | |||
| 4083 | ** Text modification: | 4083 | ** Text modification: |
| 4084 | 4084 | ||
| 4085 | +++ | 4085 | +++ |
| 4086 | *** The new function `buffer-chars-modified-tick' returns a buffer's | ||
| 4087 | tick counter for changes to characters. Each time text in that buffer | ||
| 4088 | is inserted or deleted, the character-change counter is updated to the | ||
| 4089 | tick counter (`buffer-modified-tick'). Text property changes leave it | ||
| 4090 | unchanged. | ||
| 4091 | |||
| 4092 | +++ | ||
| 4086 | *** The new function `insert-for-yank' normally works like `insert', but | 4093 | *** The new function `insert-for-yank' normally works like `insert', but |
| 4087 | removes the text properties in the `yank-excluded-properties' list | 4094 | removes the text properties in the `yank-excluded-properties' list |
| 4088 | and handles the `yank-handler' text property. | 4095 | and handles the `yank-handler' text property. |