diff options
| author | Glenn Morris | 2016-01-25 18:24:09 -0500 |
|---|---|---|
| committer | Glenn Morris | 2016-01-25 18:24:09 -0500 |
| commit | 9dec01d2912f84373c16fa8cc9da8992f37e6de6 (patch) | |
| tree | c7f8ce46074d216ea690e23c540b6c4b714d8090 /src | |
| parent | 60f6bd85a61ab0e46a51ed6adc7e13f05d43338a (diff) | |
| download | emacs-9dec01d2912f84373c16fa8cc9da8992f37e6de6.tar.gz emacs-9dec01d2912f84373c16fa8cc9da8992f37e6de6.zip | |
; Spelling fixes (American spelling)
Diffstat (limited to 'src')
| -rw-r--r-- | src/xwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xwidget.c b/src/xwidget.c index 9450bdf7870..8745416f3db 100644 --- a/src/xwidget.c +++ b/src/xwidget.c | |||
| @@ -530,7 +530,7 @@ xwidget_init_view (struct xwidget *xww, | |||
| 530 | container later. Drawing should crop container window if necessary | 530 | container later. Drawing should crop container window if necessary |
| 531 | to handle case where xwidget is partially obscured by other Emacs | 531 | to handle case where xwidget is partially obscured by other Emacs |
| 532 | windows. Other containers than gtk_fixed where explored, but | 532 | windows. Other containers than gtk_fixed where explored, but |
| 533 | gtk_fixed had the most predictable behaviour so far. */ | 533 | gtk_fixed had the most predictable behavior so far. */ |
| 534 | 534 | ||
| 535 | xv->emacswindow = FRAME_GTK_WIDGET (s->f); | 535 | xv->emacswindow = FRAME_GTK_WIDGET (s->f); |
| 536 | xv->widgetwindow = gtk_fixed_new (); | 536 | xv->widgetwindow = gtk_fixed_new (); |