# HG changeset patch # User Richard M. Stallman # Date 1114956032 0 # Node ID 874393fa881823876b995a3dbe4afaf51e551d9c # Parent 214d314c49cbcc1123b07f083caaa88ddcbc5a63 (Invisible Text): Correct add-to-invisibility-spec. diff -r 214d314c49cb -r 874393fa8818 lispref/display.texi --- a/lispref/display.texi Sun May 01 13:58:45 2005 +0000 +++ b/lispref/display.texi Sun May 01 14:00:32 2005 +0000 @@ -717,10 +717,9 @@ @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