diff options
| author | Richard M. Stallman | 2005-05-01 14:00:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-05-01 14:00:32 +0000 |
| commit | 332c6d4e066cdaa8483a0d80eb48195189aa82ab (patch) | |
| tree | 68d5587e4f1d2a876b74e593e4af9c4145c3885a | |
| parent | 648d174d393745a73c0656653d8317c644acc60f (diff) | |
| download | emacs-332c6d4e066cdaa8483a0d80eb48195189aa82ab.tar.gz emacs-332c6d4e066cdaa8483a0d80eb48195189aa82ab.zip | |
(Invisible Text): Correct add-to-invisibility-spec.
| -rw-r--r-- | lispref/display.texi | 7 |
1 files 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. | |||
| 717 | 717 | ||
| 718 | @defun add-to-invisibility-spec element | 718 | @defun add-to-invisibility-spec element |
| 719 | This function adds the element @var{element} to | 719 | This function adds the element @var{element} to |
| 720 | @code{buffer-invisibility-spec} (if it is not already present in that | 720 | @code{buffer-invisibility-spec}. If @code{buffer-invisibility-spec} |
| 721 | list). If @code{buffer-invisibility-spec} was @code{t}, it changes to | 721 | was @code{t}, it changes to a list, @code{(t)}, so that text whose |
| 722 | a list, @code{(t)}, so that text whose @code{invisible} property | 722 | @code{invisible} property is @code{t} remains invisible. |
| 723 | is @code{t} remains invisible. | ||
| 724 | @end defun | 723 | @end defun |
| 725 | 724 | ||
| 726 | @defun remove-from-invisibility-spec element | 725 | @defun remove-from-invisibility-spec element |