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 [EMACS_22_BASE]


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

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      07/06/27 11:37:53

Index: buffer.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/buffer.c,v
retrieving revision 1.526.2.1
retrieving revision 1.526.2.2
diff -u -b -r1.526.2.1 -r1.526.2.2
--- buffer.c    31 May 2007 23:47:19 -0000      1.526.2.1
+++ buffer.c    27 Jun 2007 11:37:52 -0000      1.526.2.2
@@ -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]