# HG changeset patch # User Eli Zaretskii # Date 1013536288 0 # Node ID a38ad9338357a0989633fd1019dc98b4fa3bd29e # Parent 333d0ae69ac8a2e3fe11392a6938b735b9f36cc0 (Selecting Windows): Document that save-selected-window doesn't restore the window if it is no longer alive. diff -r 333d0ae69ac8 -r a38ad9338357 lispref/windows.texi --- a/lispref/windows.texi Tue Feb 12 17:38:06 2002 +0000 +++ b/lispref/windows.texi Tue Feb 12 17:51:28 2002 +0000 @@ -419,7 +419,8 @@ @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,