]> git.eshelyaron.com Git - emacs.git/commitdiff
(Invisible Text): Correct add-to-invisibility-spec.
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 May 2005 14:00:32 +0000 (14:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 May 2005 14:00:32 +0000 (14:00 +0000)
lispref/display.texi

index d43c56d90460669f91d341a1ebd988042e2bc3ee..5cff834b84fdb62d5162d7cc99f9d90cc83e42ec 100644 (file)
@@ -717,10 +717,9 @@ by a visible newline, it displays an ellipsis.
 
 @defun add-to-invisibility-spec element
 This function adds the element @var{element} to
-@code{buffer-invisibility-spec} (if it is not already present in that
-list).  If @code{buffer-invisibility-spec} was @code{t}, it changes to
-a list, @code{(t)}, so that text whose @code{invisible} property
-is @code{t} remains invisible.
+@code{buffer-invisibility-spec}.  If @code{buffer-invisibility-spec}
+was @code{t}, it changes to a list, @code{(t)}, so that text whose
+@code{invisible} property is @code{t} remains invisible.
 @end defun
 
 @defun remove-from-invisibility-spec element