]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_window): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Sun, 19 Oct 1997 19:56:59 +0000 (19:56 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 19 Oct 1997 19:56:59 +0000 (19:56 +0000)
src/window.c

index 97a2221142c967ec2b843850ab06efd84c9cb587..c4d59903d905a0a6d83402609d9c86b5671c71d0 100644 (file)
@@ -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);