summaryrefslogtreecommitdiff
path: root/lispref/display.texi
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-12-25 13:01:06 +0000
committerGerd Moellmann <gerd@gnu.org>1999-12-25 13:01:06 +0000
commitba8d09e2327b3f3255090cab84b7a055a651bd03 (patch)
tree02b53862d350901a7f3badd9ec5b275ebd1075cf /lispref/display.texi
parentb0bb229be482f3e20b5fa9207fd67ae24c2c6b67 (diff)
downloademacs-ba8d09e2327b3f3255090cab84b7a055a651bd03.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/display.texi')
-rw-r--r--lispref/display.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index c1f8fdfd5bc..c677c6a7ef6 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -403,7 +403,7 @@ temporarily modifying their invisible and intangible properties. If you
want this to be done differently for a certain overlay, give it an
@code{isearch-open-invisible-temporary} property which is a function.
The function is called with two arguments: the first is the overlay, and
-the second is @code{t} to make the overlay visible, or @code{nil} to
+the second is @code{nil} to make the overlay visible, or @code{t} to
make it invisible again.
@node Selective Display