From 332c6d4e066cdaa8483a0d80eb48195189aa82ab Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 1 May 2005 14:00:32 +0000 Subject: [PATCH] (Invisible Text): Correct add-to-invisibility-spec. --- lispref/display.texi | 7 +++---- 1 file 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. @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 -- 2.39.2