Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
23af34b0
Commit
23af34b0
authored
Oct 29, 2013
by
Stefan Monnier
Browse files
* doc/lispref/display.texi (Selective Display): Discourage the use of explicit
selective display.
parent
7e3561ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/display.texi
doc/lispref/display.texi
+4
-5
No files found.
doc/lispref/ChangeLog
View file @
23af34b0
2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
* display.texi (Selective Display): Discourage the use of explicit
selective display.
2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
* display.texi (Showing Images): Add an index for image-size.
...
...
doc/lispref/display.texi
View file @
23af34b0
...
...
@@ -962,11 +962,10 @@ make it invisible again.
hiding certain lines on the screen.
@cindex explicit selective display
The first variant, explicit selective display, is designed for use
in a Lisp program: it controls which lines are hidden by altering the
text. This kind of hiding in some ways resembles the effect of the
@code{invisible} property (@pxref{Invisible Text}), but the two
features are different and do not work the same way.
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}).
In the second variant, the choice of lines to hide is made
automatically based on indentation. This variant is designed to be a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment