summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-04-26 03:01:43 +0000
committerRichard M. Stallman <rms@gnu.org>1996-04-26 03:01:43 +0000
commit2a8095d50dde54adf48119bb128b5d8fab441f5f (patch)
treef650abdc4b3ee476649cc4a18e557372ff34e1ef /lispref
parentea083293b6dcc9024004078ed24da3e23fb7114e (diff)
downloademacs-2a8095d50dde54adf48119bb128b5d8fab441f5f.tar.gz
No intangible text property.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/display.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 8545f23b8c2..477b858e963 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -700,10 +700,12 @@ The @code{invisible} property can make the text in the overlay
invisible, which means that it does not appear on the screen.
@xref{Invisible Text}, for details.
+@ignore This isn't implemented yet
@item intangible
@kindex intangible @r{(overlay property)}
The @code{intangible} property on an overlay works just like the
@code{intangible} text property. @xref{Special Properties}, for details.
+@end ignore
@item before-string
@kindex before-string @r{(overlay property)}