changeset 43257:a38ad9338357

(Selecting Windows): Document that save-selected-window doesn't restore the window if it is no longer alive.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 12 Feb 2002 17:51:28 +0000
parents 333d0ae69ac8
children f3408a98d0f3
files lispref/windows.texi
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,