diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-02-12 17:51:28 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-02-12 17:51:28 +0000 |
commit | d4c80ea1b26c7ca676caa5b5a2d7efb7867cbd0f (patch) | |
tree | a55ec635595618df1e7d6d2972928de5d874ba8b /lispref/windows.texi | |
parent | 8d8711eacc884864da99980dfb8a981d4678f380 (diff) | |
download | emacs-d4c80ea1b26c7ca676caa5b5a2d7efb7867cbd0f.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.texi | 3 |
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, |