]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/display.texi (Selective Display): Declare it deprecated
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 17 Mar 2019 16:16:59 +0000 (12:16 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 17 Mar 2019 16:16:59 +0000 (12:16 -0400)
doc/lispref/display.texi

index c4cb83977fc01be341c6c8a1487112cf976a5f47..be934de5eec52f87f8b770f97bd7f7d336d3d194 100644 (file)
@@ -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