aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-10-31 15:04:58 +0000
committerPavel Janík <[email protected]>2001-10-31 15:04:58 +0000
commit3f676284d2313b8358c083a825598a0048949d75 (patch)
treee9a77ff147c82956a85f62d984d24507b84407db /src
parent687784e85450b2f86e189ddc74fd65eb1f27420b (diff)
(selective-display-ellipses): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index b05cd635be..724e707ec2 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5303,7 +5303,7 @@ A value of t means, after a ^M, all the rest of the line is invisible.
DEFVAR_PER_BUFFER ("selective-display-ellipses",
&current_buffer->selective_display_ellipses,
Qnil,
- doc: /* t means display ... on previous line when a line is invisible. */);
+ doc: /* Non-nil means display ... on previous line when a line is invisible. */);
#endif
DEFVAR_PER_BUFFER ("overwrite-mode", &current_buffer->overwrite_mode, Qnil,