]> git.eshelyaron.com Git - emacs.git/commitdiff
(Selected Windows): Document that save-selected-window doesn't switch
authorEli Zaretskii <eliz@gnu.org>
Tue, 12 Feb 2002 17:49:11 +0000 (17:49 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 12 Feb 2002 17:49:11 +0000 (17:49 +0000)
back to the saved window if that window is no longer alive.

lispref/windows.texi

index 2e35b78db590f469669aa24bdb04f1f0a75e240e..c71ee9f6e8743c1960687e9e0a0ebac1da3d7e8a 100644 (file)
@@ -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,