Mercurial > emacs
changeset 20090:a364e9970764
(syms_of_window): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 19 Oct 1997 19:56:59 +0000 |
parents | 5da6e31f3b24 |
children | aac4c6a58684 |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Sun Oct 19 19:54:35 1997 +0000 +++ b/src/window.c Sun Oct 19 19:56:59 1997 +0000 @@ -3810,7 +3810,7 @@ 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);