comparison src/buffer.c @ 78053:69559cc5606f

(syms_of_buffer) <selective-display>: Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 27 Jun 2007 11:37:52 +0000
parents f49a56c237e0
children 922696f363b0 8b2047314d4c 0ece58f6e0aa 988f1edc9674
comparison
equal deleted inserted replaced
78052:c69d7ccbd090 78053:69559cc5606f
5650 0 initially. */); 5650 0 initially. */);
5651 5651
5652 DEFVAR_PER_BUFFER ("selective-display", &current_buffer->selective_display, 5652 DEFVAR_PER_BUFFER ("selective-display", &current_buffer->selective_display,
5653 Qnil, 5653 Qnil,
5654 doc: /* Non-nil enables selective display. 5654 doc: /* Non-nil enables selective display.
5655 An Integer N as value means display only lines 5655 An integer N as value means display only lines
5656 that start with less than n columns of space. 5656 that start with less than N columns of space.
5657 A value of t means that the character ^M makes itself and 5657 A value of t means that the character ^M makes itself and
5658 all the rest of the line invisible; also, when saving the buffer 5658 all the rest of the line invisible; also, when saving the buffer
5659 in a file, save the ^M as a newline. */); 5659 in a file, save the ^M as a newline. */);
5660 5660
5661 #ifndef old 5661 #ifndef old