summaryrefslogtreecommitdiff
path: root/src/widget.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1997-03-17 09:37:32 +0000
committerKarl Heuer <kwzh@gnu.org>1997-03-17 09:37:32 +0000
commit4f6704ae6deca33cad4cad68bdf64e379f4685e4 (patch)
tree78f1ba36a135844a15466d2f9250e25425d95145 /src/widget.c
parent579dbf8a8f5390895396d29a932f7609f63b3725 (diff)
downloademacs-4f6704ae6deca33cad4cad68bdf64e379f4685e4.tar.gz
Fix typo in comment.
Diffstat (limited to 'src/widget.c')
-rw-r--r--src/widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.c b/src/widget.c
index db524a59350..31edf1ed7e6 100644
--- a/src/widget.c
+++ b/src/widget.c
@@ -846,7 +846,7 @@ EmacsFrameSetValues (cur_widget, req_widget, new_widget, dum1, dum2)
/* #### This doesn't work, I haven't been able to find ANY kludge that
will let (x-create-frame '((iconic . t))) work. It seems that changes
to wm_shell's iconic slot have no effect after it has been realized,
- and calling XIconifyWindow doesn't work either (even thought the window
+ and calling XIconifyWindow doesn't work either (even though the window
has been created.) Perhaps there is some property we could smash
directly, but I'm sick of this for now.
*/