emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/buffer.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c,v
Date: Wed, 27 Jun 2007 11:33:29 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/06/27 11:33:29

Index: buffer.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/buffer.c,v
retrieving revision 1.527
retrieving revision 1.528
diff -u -b -r1.527 -r1.528
--- buffer.c    9 Jun 2007 03:19:02 -0000       1.527
+++ buffer.c    27 Jun 2007 11:33:29 -0000      1.528
@@ -5652,8 +5652,8 @@
   DEFVAR_PER_BUFFER ("selective-display", &current_buffer->selective_display,
                     Qnil,
                     doc: /* Non-nil enables selective display.
-An Integer N as value means display only lines
-that start with less than n columns of space.
+An integer N as value means display only lines
+that start with less than N columns of space.
 A value of t means that the character ^M makes itself and
 all the rest of the line invisible; also, when saving the buffer
 in a file, save the ^M as a newline.  */);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]