From bae558ec64c236b6271880a67747289172827f66 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 12 Feb 2002 17:49:11 +0000 Subject: [PATCH] (Selected Windows): Document that save-selected-window doesn't switch back to the saved window if that window is no longer alive. --- lispref/windows.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lispref/windows.texi b/lispref/windows.texi index 2e35b78db59..c71ee9f6e87 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi @@ -415,7 +415,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 it +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, -- 2.39.2