summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1997-10-19 19:56:59 +0000
committerKarl Heuer <kwzh@gnu.org>1997-10-19 19:56:59 +0000
commite3e041eb83620a562921dc332eae95bae5d191de (patch)
tree292800dea91ed2804ed50d1be85ed84f700b08ef
parent10d31baea624fbf40401baee38aca1c2706ae1dd (diff)
downloademacs-e3e041eb83620a562921dc332eae95bae5d191de.tar.gz
emacs-e3e041eb83620a562921dc332eae95bae5d191de.tar.bz2
emacs-e3e041eb83620a562921dc332eae95bae5d191de.zip
(syms_of_window): Doc fix.
-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.");
DEFVAR_LISP ("window-configuration-change-hook",
&Vwindow_configuration_change_hook,
"Functions to call when window configuration changes.\n\
-The selected frae is the one whose configuration has changed.");
+The selected frame is the one whose configuration has changed.");
Vwindow_configuration_change_hook = Qnil;
defsubr (&Sselected_window);