From: Eli Zaretskii Date: Tue, 12 Feb 2002 17:51:28 +0000 (+0000) Subject: (Selecting Windows): Document that save-selected-window doesn't restore X-Git-Tag: ttn-vms-21-2-B4~16717 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=121af256e06631913212b02dc68152ad1f110fa1;p=emacs.git (Selecting Windows): Document that save-selected-window doesn't restore the window if it is no longer alive. --- 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,