aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 1570f3831ac..ef04ca7018d 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6190,7 +6190,9 @@ If the value is a list, a text character is invisible if its `invisible'
6190property is an element in that list (or is a list with members in common). 6190property is an element in that list (or is a list with members in common).
6191If an element is a cons cell of the form (PROP . ELLIPSIS), 6191If an element is a cons cell of the form (PROP . ELLIPSIS),
6192then characters with property value PROP are invisible, 6192then characters with property value PROP are invisible,
6193and they have an ellipsis as well if ELLIPSIS is non-nil. */); 6193and they have an ellipsis as well if ELLIPSIS is non-nil.
6194Setting this variable is very fast, much faster than scanning all the
6195text in the buffer looking for properties to change. */);
6194 6196
6195 DEFVAR_PER_BUFFER ("buffer-display-count", 6197 DEFVAR_PER_BUFFER ("buffer-display-count",
6196 &BVAR (current_buffer, display_count), Qintegerp, 6198 &BVAR (current_buffer, display_count), Qintegerp,