]> git.eshelyaron.com Git - emacs.git/commitdiff
(selective-display-ellipses): Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Wed, 31 Oct 2001 15:04:58 +0000 (15:04 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 31 Oct 2001 15:04:58 +0000 (15:04 +0000)
src/buffer.c

index b05cd635be1d795eae467ae156555427149d74c0..724e707ec2a7e05208d9cdfc4655e335859b4aa3 100644 (file)
@@ -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,