(Selecting Windows): Document that save-selected-window doesn't restore
the window if it is no longer alive.
This commit is contained in:
parent
099175bec2
commit
121af256e0
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue