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
commit2dd5c7f71a5584db1c61c0b59ac922a075296c14 (patch)
tree5534013aaeb8043dc3b60bb7402f7c2032d240f1 /src/widget.c
parent1c4f857c247a6d4c74530adbe13faf14204d6c92 (diff)
downloademacs-2dd5c7f71a5584db1c61c0b59ac922a075296c14.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.
*/