aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1997-10-19 19:56:59 +0000
committerKarl Heuer1997-10-19 19:56:59 +0000
commite3e041eb83620a562921dc332eae95bae5d191de (patch)
tree292800dea91ed2804ed50d1be85ed84f700b08ef /src
parent10d31baea624fbf40401baee38aca1c2706ae1dd (diff)
downloademacs-e3e041eb83620a562921dc332eae95bae5d191de.tar.gz
emacs-e3e041eb83620a562921dc332eae95bae5d191de.zip
(syms_of_window): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 97a2221142c..c4d59903d90 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3810,7 +3810,7 @@ If there is only one window, it is split regardless of this value.");
3810 DEFVAR_LISP ("window-configuration-change-hook", 3810 DEFVAR_LISP ("window-configuration-change-hook",
3811 &Vwindow_configuration_change_hook, 3811 &Vwindow_configuration_change_hook,
3812 "Functions to call when window configuration changes.\n\ 3812 "Functions to call when window configuration changes.\n\
3813The selected frae is the one whose configuration has changed."); 3813The selected frame is the one whose configuration has changed.");
3814 Vwindow_configuration_change_hook = Qnil; 3814 Vwindow_configuration_change_hook = Qnil;
3815 3815
3816 defsubr (&Sselected_window); 3816 defsubr (&Sselected_window);