Document `buffer-chars-modified-tick'
This commit is contained in:
parent
12bd42bee5
commit
70b49b72ee
1 changed files with 7 additions and 0 deletions
7
etc/NEWS
7
etc/NEWS
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue