From: Pavel Janík Date: Wed, 31 Oct 2001 15:04:58 +0000 (+0000) Subject: (selective-display-ellipses): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~18951 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f676284d2313b8358c083a825598a0048949d75;p=emacs.git (selective-display-ellipses): Doc fix. --- diff --git a/src/buffer.c b/src/buffer.c index b05cd635be1..724e707ec2a 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", ¤t_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", ¤t_buffer->overwrite_mode, Qnil,