aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2006-09-01 13:36:35 +0000
committerChong Yidong <[email protected]>2006-09-01 13:36:35 +0000
commit70b49b72eeb81a82264c6a76069d476eb7c7d633 (patch)
treec1df8afcb3dd1637e67662d14d3b294b1ffe9eb7 /etc
parent12bd42bee527dfca469e4604ab23cd9e5d3e0626 (diff)
Document `buffer-chars-modified-tick'
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index aefb11ccb2..28e5fb0d93 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4083,6 +4083,13 @@ position or for a given window pixel coordinate.
** Text modification:
+++
+*** The new function `buffer-chars-modified-tick' returns a buffer's
+tick counter for changes to characters. Each time text in that buffer
+is inserted or deleted, the character-change counter is updated to the
+tick counter (`buffer-modified-tick'). Text property changes leave it
+unchanged.
+
++++
*** The new function `insert-for-yank' normally works like `insert', but
removes the text properties in the `yank-excluded-properties' list
and handles the `yank-handler' text property.