aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-05-01 14:00:32 +0000
committerRichard M. Stallman2005-05-01 14:00:32 +0000
commit332c6d4e066cdaa8483a0d80eb48195189aa82ab (patch)
tree68d5587e4f1d2a876b74e593e4af9c4145c3885a
parent648d174d393745a73c0656653d8317c644acc60f (diff)
downloademacs-332c6d4e066cdaa8483a0d80eb48195189aa82ab.tar.gz
emacs-332c6d4e066cdaa8483a0d80eb48195189aa82ab.zip
(Invisible Text): Correct add-to-invisibility-spec.
-rw-r--r--lispref/display.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index d43c56d9046..5cff834b84f 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -717,10 +717,9 @@ by a visible newline, it displays an ellipsis.
717 717
718@defun add-to-invisibility-spec element 718@defun add-to-invisibility-spec element
719This function adds the element @var{element} to 719This function adds the element @var{element} to
720@code{buffer-invisibility-spec} (if it is not already present in that 720@code{buffer-invisibility-spec}. If @code{buffer-invisibility-spec}
721list). If @code{buffer-invisibility-spec} was @code{t}, it changes to 721was @code{t}, it changes to a list, @code{(t)}, so that text whose
722a list, @code{(t)}, so that text whose @code{invisible} property 722@code{invisible} property is @code{t} remains invisible.
723is @code{t} remains invisible.
724@end defun 723@end defun
725 724
726@defun remove-from-invisibility-spec element 725@defun remove-from-invisibility-spec element