1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00

(Invisible Text): Correct add-to-invisibility-spec.

This commit is contained in:
Richard M. Stallman 2005-05-01 14:00:32 +00:00
parent 648d174d39
commit 332c6d4e06

View 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