From: Eli Zaretskii Date: Tue, 12 Feb 2002 17:49:11 +0000 (+0000) Subject: (Selected Windows): Document that save-selected-window doesn't switch X-Git-Tag: emacs-21.2~87 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bae558ec64c236b6271880a67747289172827f66;p=emacs.git (Selected Windows): Document that save-selected-window doesn't switch back to the saved window if that window is no longer alive. --- 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,