diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
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", ¤t_buffer->selective_display, | 5682 | DEFVAR_PER_BUFFER ("selective-display", ¤t_buffer->selective_display, |
| 5683 | Qnil, | 5683 | Qnil, |
| 5684 | doc: /* Non-nil enables selective display. | 5684 | doc: /* Non-nil enables selective display. |
| 5685 | An Integer N as value means display only lines | 5685 | An integer N as value means display only lines |
| 5686 | that start with less than n columns of space. | 5686 | that start with less than N columns of space. |
| 5687 | A value of t means that the character ^M makes itself and | 5687 | A value of t means that the character ^M makes itself and |
| 5688 | all the rest of the line invisible; also, when saving the buffer | 5688 | all the rest of the line invisible; also, when saving the buffer |
| 5689 | in a file, save the ^M as a newline. */); | 5689 | in a file, save the ^M as a newline. */); |