diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-10-19 19:56:59 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-10-19 19:56:59 +0000 |
commit | e3e041eb83620a562921dc332eae95bae5d191de (patch) | |
tree | 292800dea91ed2804ed50d1be85ed84f700b08ef | |
parent | 10d31baea624fbf40401baee38aca1c2706ae1dd (diff) | |
download | emacs-e3e041eb83620a562921dc332eae95bae5d191de.tar.gz emacs-e3e041eb83620a562921dc332eae95bae5d191de.tar.bz2 emacs-e3e041eb83620a562921dc332eae95bae5d191de.zip |
(syms_of_window): Doc fix.
-rw-r--r-- | src/window.c | 2 |
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); |