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 94955ed7c24..368da4763a5 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5652,8 +5652,8 @@ Backing up is done before the first time the file is saved. */);
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.
5655An Integer N as value means display only lines 5655An integer N as value means display only lines
5656that start with less than n columns of space. 5656that start with less than N columns of space.
5657A value of t means that the character ^M makes itself and 5657A value of t means that the character ^M makes itself and
5658all the rest of the line invisible; also, when saving the buffer 5658all the rest of the line invisible; also, when saving the buffer
5659in a file, save the ^M as a newline. */); 5659in a file, save the ^M as a newline. */);