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 15cb9f29356..dee7b04190a 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6016,7 +6016,7 @@ same format as a regular save would use. */);
6016The default is t, which means that text is invisible 6016The default is t, which means that text is invisible
6017if it has a non-nil `invisible' property. 6017if it has a non-nil `invisible' property.
6018If the value is a list, a text character is invisible if its `invisible' 6018If the value is a list, a text character is invisible if its `invisible'
6019property is an element in that list. 6019property is an element in that list (or is a list with members in common).
6020If an element is a cons cell of the form (PROP . ELLIPSIS), 6020If an element is a cons cell of the form (PROP . ELLIPSIS),
6021then characters with property value PROP are invisible, 6021then characters with property value PROP are invisible,
6022and they have an ellipsis as well if ELLIPSIS is non-nil. */); 6022and they have an ellipsis as well if ELLIPSIS is non-nil. */);