buffer-modified-tick

buffer-modified-tick is a built-in function in `C source code'.

(buffer-modified-tick &optional BUFFER)

Return BUFFER's tick counter, incremented for each change in text.
Each buffer has a tick counter which is incremented each time the
text in that buffer is changed. It wraps around occasionally.
No argument or nil as argument means use current buffer as BUFFER.