From: Eli Zaretskii Date: Tue, 23 Aug 2022 16:30:18 +0000 (+0300) Subject: ; * src/buffer.h (struct buffer_text): Improve commentary. X-Git-Tag: emacs-29.0.90~1893^2~70 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b48bf42fc208281ba549f28d7a26d44713b34863;p=emacs.git ; * src/buffer.h (struct buffer_text): Improve commentary. --- 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. */