summaryrefslogtreecommitdiff
path: root/lispref/windows.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-02-12 17:51:28 +0000
committerEli Zaretskii <eliz@gnu.org>2002-02-12 17:51:28 +0000
commit121af256e06631913212b02dc68152ad1f110fa1 (patch)
treee940892b0cc84ea2d890f684686c364a188abeea /lispref/windows.texi
parent099175bec2ea707e26fb2f38085d89d8ec0e9ddc (diff)
downloademacs-121af256e06631913212b02dc68152ad1f110fa1.tar.gz
(Selecting Windows): Document that save-selected-window doesn't restore
the window if it is no longer alive.
Diffstat (limited to 'lispref/windows.texi')
-rw-r--r--lispref/windows.texi3
1 files changed, 2 insertions, 1 deletions
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,