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 895bb2b32e8..331df150f62 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6002,7 +6002,7 @@ same format as a regular save would use. */);
6002The default is t, which means that text is invisible 6002The default is t, which means that text is invisible
6003if it has a non-nil `invisible' property. 6003if it has a non-nil `invisible' property.
6004If the value is a list, a text character is invisible if its `invisible' 6004If the value is a list, a text character is invisible if its `invisible'
6005property is an element in that list. 6005property is an element in that list (or is a list with members in common).
6006If an element is a cons cell of the form (PROP . ELLIPSIS), 6006If an element is a cons cell of the form (PROP . ELLIPSIS),
6007then characters with property value PROP are invisible, 6007then characters with property value PROP are invisible,
6008and they have an ellipsis as well if ELLIPSIS is non-nil. */); 6008and they have an ellipsis as well if ELLIPSIS is non-nil. */);