diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c index 9bb2c43a698..cc1d2a7b36e 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -6661,7 +6661,7 @@ the return value is nil. Otherwise the value is t. */) | |||
| 6661 | 6661 | ||
| 6662 | We have to do this in order to capture the following | 6662 | We have to do this in order to capture the following |
| 6663 | scenario: Suppose our frame contains two live windows W1 and | 6663 | scenario: Suppose our frame contains two live windows W1 and |
| 6664 | W2 and ‘set-window-configuration’ replaces them by two | 6664 | W2 and 'set-window-configuration' replaces them by two |
| 6665 | windows W3 and W4 that were dead the last time | 6665 | windows W3 and W4 that were dead the last time |
| 6666 | run_window_size_change_functions was run. If W3 and W4 have | 6666 | run_window_size_change_functions was run. If W3 and W4 have |
| 6667 | the same values for their old and new pixel sizes but these | 6667 | the same values for their old and new pixel sizes but these |
| @@ -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. |
| 7620 | The buffer-local part is run once per window, with the relevant window | 7620 | The buffer-local value is run once per window, with the relevant window |
| 7621 | selected; while the global part is run only once for the modified frame, | 7621 | selected; while the global value is run only once for the modified frame, |
| 7622 | with the relevant frame selected. */); | 7622 | with the relevant frame selected. */); |
| 7623 | Vwindow_configuration_change_hook = Qnil; | 7623 | Vwindow_configuration_change_hook = Qnil; |
| 7624 | 7624 | ||