Document `buffer-chars-modified-tick'

This commit is contained in:
Chong Yidong 2006-09-01 13:36:35 +00:00
parent 12bd42bee5
commit 70b49b72ee

View file

@ -4082,6 +4082,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