aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2006-09-01 13:36:35 +0000
committerChong Yidong2006-09-01 13:36:35 +0000
commit70b49b72eeb81a82264c6a76069d476eb7c7d633 (patch)
treec1df8afcb3dd1637e67662d14d3b294b1ffe9eb7
parent12bd42bee527dfca469e4604ab23cd9e5d3e0626 (diff)
downloademacs-70b49b72eeb81a82264c6a76069d476eb7c7d633.tar.gz
emacs-70b49b72eeb81a82264c6a76069d476eb7c7d633.zip
Document `buffer-chars-modified-tick'
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index aefb11ccb2d..28e5fb0d93f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
4087tick counter for changes to characters. Each time text in that buffer
4088is inserted or deleted, the character-change counter is updated to the
4089tick counter (`buffer-modified-tick'). Text property changes leave it
4090unchanged.
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
4087removes the text properties in the `yank-excluded-properties' list 4094removes the text properties in the `yank-excluded-properties' list
4088and handles the `yank-handler' text property. 4095and handles the `yank-handler' text property.