]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc string of 'window-configuration-change-hook'
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 Nov 2017 10:00:03 +0000 (12:00 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 Nov 2017 10:00:03 +0000 (12:00 +0200)
* src/window.c (syms_of_window) <window-configuration-change-hook>:
Doc fix.  (Bug#29049)

src/window.c

index 9bb2c43a6986b0fa61323be105fc6a39f6e8b537..0b220226ba33f736d06a4aac50e9327d08de7aa6 100644 (file)
@@ -7617,8 +7617,8 @@ on their symbols to be controlled by this variable.  */);
   DEFVAR_LISP ("window-configuration-change-hook",
               Vwindow_configuration_change_hook,
               doc: /* Functions to call when window configuration changes.
-The buffer-local part is run once per window, with the relevant window
-selected; while the global part is run only once for the modified frame,
+The buffer-local value is run once per window, with the relevant window
+selected; while the global value is run only once for the modified frame,
 with the relevant frame selected.  */);
   Vwindow_configuration_change_hook = Qnil;