Mercurial > emacs
changeset 72597:63df36f810bc
Document `buffer-chars-modified-tick'
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 01 Sep 2006 13:36:35 +0000 |
parents | 03f6ec3cc19d |
children | 070fe1ef3250 |
files | etc/NEWS |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Sep 01 13:35:11 2006 +0000 +++ b/etc/NEWS Fri Sep 01 13:36:35 2006 +0000 @@ -4083,6 +4083,13 @@ ** 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.