aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index 9bb2c43a698..0b220226ba3 100644
--- a/src/window.c
+++ b/src/window.c
@@ -7617,8 +7617,8 @@ on their symbols to be controlled by this variable. */);
7617 DEFVAR_LISP ("window-configuration-change-hook", 7617 DEFVAR_LISP ("window-configuration-change-hook",
7618 Vwindow_configuration_change_hook, 7618 Vwindow_configuration_change_hook,
7619 doc: /* Functions to call when window configuration changes. 7619 doc: /* Functions to call when window configuration changes.
7620The buffer-local part is run once per window, with the relevant window 7620The buffer-local value is run once per window, with the relevant window
7621selected; while the global part is run only once for the modified frame, 7621selected; while the global value is run only once for the modified frame,
7622with the relevant frame selected. */); 7622with the relevant frame selected. */);
7623 Vwindow_configuration_change_hook = Qnil; 7623 Vwindow_configuration_change_hook = Qnil;
7624 7624