summaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-08-23 19:30:18 +0300
committerEli Zaretskii <eliz@gnu.org>2022-08-23 19:30:18 +0300
commitb48bf42fc208281ba549f28d7a26d44713b34863 (patch)
treed2fb19c92b3f880400c60c97bbfe293a55222a34 /src/buffer.h
parent10585c4f30abba0b63f9b8eb4971e814ce910140 (diff)
downloademacs-b48bf42fc208281ba549f28d7a26d44713b34863.tar.gz
; * src/buffer.h (struct buffer_text): Improve commentary.
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 77f9ea20afa..cbdbae798ba 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -274,7 +274,9 @@ struct buffer_text
end_unchanged contain no useful information. */
modiff_count overlay_unchanged_modified;
- /* CHARS_MODIFF as of last redisplay that finished. */
+ /* CHARS_MODIFF as of last redisplay that finished. It's used
+ when we only care about changes in actual buffer text, not in
+ any other kind of changes, like properties etc. */
modiff_count chars_unchanged_modified;
/* Properties of this buffer's text. */