From: Richard M. Stallman Date: Sun, 1 May 2005 14:00:32 +0000 (+0000) Subject: (Invisible Text): Correct add-to-invisibility-spec. X-Git-Tag: ttn-vms-21-2-B4~626 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=332c6d4e066cdaa8483a0d80eb48195189aa82ab;p=emacs.git (Invisible Text): Correct add-to-invisibility-spec. --- 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. @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