(stringify x)
makes its argument into a string.
(window-destroy-selected-window)
waits 3 seconds, then destroys
the window containing the mouse cursor. This function should be used
with care; it can destroy a non-user window, causing processes
associated with the window to be destroyed. It is useful primarily in
debugging, to get rid of a window that is left on the screen due to an
error.