]> git.eshelyaron.com Git - emacs.git/commitdiff
(Selecting Windows): Document that save-selected-window doesn't restore
authorEli Zaretskii <eliz@gnu.org>
Tue, 12 Feb 2002 17:51:28 +0000 (17:51 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 12 Feb 2002 17:51:28 +0000 (17:51 +0000)
the window if it is no longer alive.

lispref/windows.texi

index cdc4ada392f0b172a97414c82508a6a58006d480..2869508f9c2be816287caa42f39c9d8f868018ae 100644 (file)
@@ -419,7 +419,8 @@ The return value is @var{window}.
 
 @defmac save-selected-window forms@dots{}
 This macro records the selected window, executes @var{forms}
-in sequence, then restores the earlier selected window.
+in sequence, then restores the earlier selected window (unless that
+window is no longer alive).
 
 This macro does not save or restore anything about the sizes, arrangement
 or contents of windows; therefore, if the @var{forms} change them,