emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 977d3ea: Update doc string of 'selective-display'


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 977d3ea: Update doc string of 'selective-display'
Date: Tue, 05 Jan 2016 15:50:38 +0000

branch: emacs-25
commit 977d3eabe3c1a6eb3577f36117409d76c5ffc0b7
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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)
---
 src/buffer.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/buffer.c b/src/buffer.c
index 51c36de..493312b 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5803,11 +5803,14 @@ you probably should set this to -2 in that buffer.  */);
   DEFVAR_PER_BUFFER ("selective-display", &BVAR (current_buffer, 
selective_display),
                     Qnil,
                     doc: /* Non-nil enables selective display.
+
 An integer N as value means display only lines
 that start with less than N columns of space.
+
 A value of t means that the character ^M makes itself and
 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",
                     &BVAR (current_buffer, selective_display_ellipses),



reply via email to

[Prev in Thread] Current Thread [Next in Thread]