aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index dee7b04190a..c74a6cbc2a5 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5682,8 +5682,8 @@ Backing up is done before the first time the file is saved. */);
5682 DEFVAR_PER_BUFFER ("selective-display", &current_buffer->selective_display, 5682 DEFVAR_PER_BUFFER ("selective-display", &current_buffer->selective_display,
5683 Qnil, 5683 Qnil,
5684 doc: /* Non-nil enables selective display. 5684 doc: /* Non-nil enables selective display.
5685An Integer N as value means display only lines 5685An integer N as value means display only lines
5686that start with less than n columns of space. 5686that start with less than N columns of space.
5687A value of t means that the character ^M makes itself and 5687A value of t means that the character ^M makes itself and
5688all the rest of the line invisible; also, when saving the buffer 5688all the rest of the line invisible; also, when saving the buffer
5689in a file, save the ^M as a newline. */); 5689in a file, save the ^M as a newline. */);