diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
commit | 5bd22ef8faca6c75d525ca858303ea7389257cb1 (patch) | |
tree | e8552da69ae0f28b512fd096b0759f7a7b72c03c /src/widget.c | |
parent | ed4c7adf5b51fa14a04dbe148f0536e2f9fb64c5 (diff) | |
download | emacs-5bd22ef8faca6c75d525ca858303ea7389257cb1.tar.gz |
Comment fixes.
Diffstat (limited to 'src/widget.c')
-rw-r--r-- | src/widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.c b/src/widget.c index 5c46e99ac80..66dd9c0ac77 100644 --- a/src/widget.c +++ b/src/widget.c @@ -311,7 +311,7 @@ set_frame_size (ew) if (! XtIsSubclass (wmshell, shellWidgetClass)) abort (); - /* We don't need this for the momment. The geometry is computed in + /* We don't need this for the moment. The geometry is computed in xfns.c. */ #if 0 /* If the EmacsFrame doesn't have a geometry but the shell does, |