summaryrefslogtreecommitdiff
path: root/doc/lispref/display.texi
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2019-03-17 12:16:59 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2019-03-17 12:16:59 -0400
commit2f50a990b756a0b3477455e28abc0dbd8d33a27e (patch)
tree18c1f5c42c3039d0cf70d621ee07ec1e7626ceb5 /doc/lispref/display.texi
parent03a9a75c5b8bfb5187bffdcca2d52419ef5f950a (diff)
downloademacs-2f50a990b756a0b3477455e28abc0dbd8d33a27e.tar.gz
* doc/lispref/display.texi (Selective Display): Declare it deprecated
Diffstat (limited to 'doc/lispref/display.texi')
-rw-r--r--doc/lispref/display.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index c4cb83977fc..be934de5eec 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -1034,8 +1034,8 @@ hiding certain lines on the screen.
@cindex explicit selective display
The first variant, explicit selective display, was designed for use in a Lisp
program: it controls which lines are hidden by altering the text. This kind of
-hiding is now obsolete; instead you can get the same effect with the
-@code{invisible} property (@pxref{Invisible Text}).
+hiding is now obsolete and deprecated; instead you should use the
+@code{invisible} property (@pxref{Invisible Text}) to get the same effect.
In the second variant, the choice of lines to hide is made
automatically based on indentation. This variant is designed to be a