aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index ba23cc6ae33..94955ed7c24 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5986,7 +5986,7 @@ same format as a regular save would use. */);
5986The default is t, which means that text is invisible 5986The default is t, which means that text is invisible
5987if it has a non-nil `invisible' property. 5987if it has a non-nil `invisible' property.
5988If the value is a list, a text character is invisible if its `invisible' 5988If the value is a list, a text character is invisible if its `invisible'
5989property is an element in that list. 5989property is an element in that list (or is a list with members in common).
5990If an element is a cons cell of the form (PROP . ELLIPSIS), 5990If an element is a cons cell of the form (PROP . ELLIPSIS),
5991then characters with property value PROP are invisible, 5991then characters with property value PROP are invisible,
5992and they have an ellipsis as well if ELLIPSIS is non-nil. */); 5992and they have an ellipsis as well if ELLIPSIS is non-nil. */);