emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 ff33074: Fix doc string of 'window-configuration-


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 ff33074: Fix doc string of 'window-configuration-change-hook'
Date: Sat, 4 Nov 2017 06:00:41 -0400 (EDT)

branch: emacs-26
commit ff3307454631dd9cd0494b4b8a3b4d034e281839
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix doc string of 'window-configuration-change-hook'
    
    * src/window.c (syms_of_window) <window-configuration-change-hook>:
    Doc fix.  (Bug#29049)
---
 src/window.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/window.c b/src/window.c
index 9bb2c43..0b22022 100644
--- a/src/window.c
+++ b/src/window.c
@@ -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;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]