Fix doc string of 'window-configuration-change-hook'
* src/window.c (syms_of_window) <window-configuration-change-hook>: Doc fix. (Bug#29049)
This commit is contained in:
parent
787b75ad71
commit
ff33074546
1 changed files with 2 additions and 2 deletions
|
@ -7617,8 +7617,8 @@ on their symbols to be controlled by this variable. */);
|
||||||
DEFVAR_LISP ("window-configuration-change-hook",
|
DEFVAR_LISP ("window-configuration-change-hook",
|
||||||
Vwindow_configuration_change_hook,
|
Vwindow_configuration_change_hook,
|
||||||
doc: /* Functions to call when window configuration changes.
|
doc: /* Functions to call when window configuration changes.
|
||||||
The buffer-local part is run once per window, with the relevant window
|
The buffer-local value is run once per window, with the relevant window
|
||||||
selected; while the global part is run only once for the modified frame,
|
selected; while the global value is run only once for the modified frame,
|
||||||
with the relevant frame selected. */);
|
with the relevant frame selected. */);
|
||||||
Vwindow_configuration_change_hook = Qnil;
|
Vwindow_configuration_change_hook = Qnil;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue