From 121af256e06631913212b02dc68152ad1f110fa1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 12 Feb 2002 17:51:28 +0000 Subject: [PATCH] (Selecting Windows): Document that save-selected-window doesn't restore the window if it 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 cdc4ada392f..2869508f9c2 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi @@ -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, -- 2.39.5