aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2024-03-16 05:52:31 -0400
committerEli Zaretskii2024-03-16 05:52:31 -0400
commitd60d625f6e76781bc4f3640ec269a051b3ecb1ae (patch)
treed2944fb115818a26f5dcb5d552db310e7613236e /src
parentcc8a2c57b5eed4045035dfeaf129ce33d7f74733 (diff)
parentc12852bbf61ebb9ae124033deb427b15ce1a2ffb (diff)
downloademacs-d60d625f6e76781bc4f3640ec269a051b3ecb1ae.tar.gz
emacs-d60d625f6e76781bc4f3640ec269a051b3ecb1ae.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'src')
-rw-r--r--src/window.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/window.c b/src/window.c
index b69f4719d93..748ad9e77d4 100644
--- a/src/window.c
+++ b/src/window.c
@@ -8711,12 +8711,12 @@ third argument is the symbol `configuration' if the windows are
8711restored by `set-window-configuration' and the symbol `state' if the 8711restored by `set-window-configuration' and the symbol `state' if the
8712windows are restored by `window-state-put'. 8712windows are restored by `window-state-put'.
8713 8713
8714The second argument specifies a list of entries for all windows 8714The second argument specifies a list of entries for all windows whose
8715whose previous buffers have been found dead at the time 8715previous buffers have been found dead at the time
8716`set-window-configuration' or `window-state-put' tried to restore it in 8716`set-window-configuration' or `window-state-put' tried to restore them
8717that window (minibuffer windows are excluded). This means that the 8717(minibuffer windows are excluded). This means that the function
8718function specified by this variable may also delete windows which were 8718specified by this variable may also delete windows which were found to
8719found to be alive by `set-window-configuration'. 8719be alive by `set-window-configuration'.
8720 8720
8721Each entry is a list of six values: the window whose buffer was found 8721Each entry is a list of six values: the window whose buffer was found
8722dead, the dead buffer or its name, the positions of window-start and 8722dead, the dead buffer or its name, the positions of window-start and