comparison src/gtk-xemacs.c @ 5384:3889ef128488

Fix misspelled words, and some grammar, across the entire source tree. See xemacs-patches message with ID <AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Thu, 24 Mar 2011 11:00:11 -0600
parents ba07c880114a
children 4dee0387b9de
comparison
equal deleted inserted replaced
5383:294ab9180fad 5384:3889ef128488
129 there is NO flickering, etc. The downside is the XEmacs frame 129 there is NO flickering, etc. The downside is the XEmacs frame
130 appears as 'seethru' when XEmacs is too busy to redraw the 130 appears as 'seethru' when XEmacs is too busy to redraw the
131 frame. 131 frame.
132 132
133 Well, wait, we do... otherwise there sre weird 'seethru' areas 133 Well, wait, we do... otherwise there sre weird 'seethru' areas
134 even when XEmacs does a full redisplay. Most noticable in some 134 even when XEmacs does a full redisplay. Most noticeable in some
135 areas of the modeline, or in the right-hand-side of the window 135 areas of the modeline, or in the right-hand-side of the window
136 between the scrollbar ad n the edge of the window. 136 between the scrollbar ad n the edge of the window.
137 */ 137 */
138 if (widget->window) 138 if (widget->window)
139 { 139 {