]> code.delx.au - gnu-emacs/blobdiff - lispref/display.texi
Various changes in addition to:
[gnu-emacs] / lispref / display.texi
index e77edc88aa111b0a772508d66269682e8d58c85d..fb9d7c79e0e4708fc3e1aab7df21ddbcf1331173 100644 (file)
@@ -1165,9 +1165,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 becomes empty (i.e., if its length becomes zero).  However,
-if the overlay is @emph{already} empty, @code{evaporate} does not
-delete it.
+if it becomes empty (i.e., if its length becomes zero).  If you give
+an empty overlay a non-@code{nil} @code{evaporate} property, that deletes
+it immediately.
 
 @item local-map
 @cindex keymap of character (and overlays)