]> git.eshelyaron.com Git - emacs.git/commitdiff
(Overlay Properties): Clarify `evaporate' property.
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 Sep 2003 12:59:20 +0000 (12:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 Sep 2003 12:59:20 +0000 (12:59 +0000)
lispref/display.texi

index fb71744f3e707e7bbf0fe38e244230cb8d8d70c9..391d3f4764e4713c2f929eac584d2e347e2e2e8a 100644 (file)
@@ -1129,7 +1129,9 @@ sense---only on the screen.
 @item evaporate
 @kindex evaporate @r{(overlay property)}
 If this property is non-@code{nil}, the overlay is deleted automatically
-if it ever becomes empty (i.e., if it spans no characters).
+if it becomes empty (i.e., if its length becomes zero).  However,
+if the overlay is @emph{already} empty, @code{evaporate} does not
+delete it.
 
 @item local-map
 @cindex keymap of character (and overlays)