Mercurial > emacs
changeset 61972:874393fa8818
(Invisible Text): Correct add-to-invisibility-spec.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 01 May 2005 14:00:32 +0000 |
parents | 214d314c49cb |
children | b0c590c76559 |
files | lispref/display.texi |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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