mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
Update doc string of 'selective-display'
* src/buffer.c (syms_of_buffer) <selective-display>: Say that using it with the value of 't' is obsolete. (Bug#1092)
This commit is contained in:
parent
229c3fa541
commit
977d3eabe3
@ -5803,11 +5803,14 @@ you probably should set this to -2 in that buffer. */);
|
|||||||
DEFVAR_PER_BUFFER ("selective-display", &BVAR (current_buffer, selective_display),
|
DEFVAR_PER_BUFFER ("selective-display", &BVAR (current_buffer, selective_display),
|
||||||
Qnil,
|
Qnil,
|
||||||
doc: /* Non-nil enables selective display.
|
doc: /* Non-nil enables selective display.
|
||||||
|
|
||||||
An integer N as value means display only lines
|
An integer N as value means display only lines
|
||||||
that start with less than N columns of space.
|
that start with less than N columns of space.
|
||||||
|
|
||||||
A value of t means that the character ^M makes itself and
|
A value of t means that the character ^M makes itself and
|
||||||
all the rest of the line invisible; also, when saving the buffer
|
all the rest of the line invisible; also, when saving the buffer
|
||||||
in a file, save the ^M as a newline. */);
|
in a file, save the ^M as a newline. This usage is obsolete; use
|
||||||
|
overlays or text properties instead. */);
|
||||||
|
|
||||||
DEFVAR_PER_BUFFER ("selective-display-ellipses",
|
DEFVAR_PER_BUFFER ("selective-display-ellipses",
|
||||||
&BVAR (current_buffer, selective_display_ellipses),
|
&BVAR (current_buffer, selective_display_ellipses),
|
||||||
|
Loading…
Reference in New Issue
Block a user