aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorJim Blandy1993-06-09 11:59:12 +0000
committerJim Blandy1993-06-09 11:59:12 +0000
commiteb8c3be94e12644f506b8857e49ffef88046bb0b (patch)
tree505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/xterm.c
parent16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff)
downloademacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz
emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/xterm.c b/src/xterm.c
index f07c12483ca..9900ab08884 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -703,7 +703,7 @@ XTclear_frame ()
703/* Invert the middle quarter of the frame for .15 sec. */ 703/* Invert the middle quarter of the frame for .15 sec. */
704 704
705/* We use the select system call to do the waiting, so we have to make sure 705/* We use the select system call to do the waiting, so we have to make sure
706 it's avaliable. If it isn't, we just won't do visual bells. */ 706 it's available. If it isn't, we just won't do visual bells. */
707#if defined (HAVE_TIMEVAL) && defined (HAVE_SELECT) 707#if defined (HAVE_TIMEVAL) && defined (HAVE_SELECT)
708 708
709/* Subtract the `struct timeval' values X and Y, 709/* Subtract the `struct timeval' values X and Y,
@@ -1288,7 +1288,7 @@ static void XTframe_rehighlight ();
1288/* The focus has changed. Update the frames as necessary to reflect 1288/* The focus has changed. Update the frames as necessary to reflect
1289 the new situation. Note that we can't change the selected frame 1289 the new situation. Note that we can't change the selected frame
1290 here, because the lisp code we are interrupting might become confused. 1290 here, because the lisp code we are interrupting might become confused.
1291 Each event gets marked with the frame in which it occured, so the 1291 Each event gets marked with the frame in which it occurred, so the
1292 lisp code can tell when the switch took place by examining the events. */ 1292 lisp code can tell when the switch took place by examining the events. */
1293 1293
1294static void 1294static void
@@ -1629,7 +1629,7 @@ static XRectangle last_mouse_glyph;
1629 1629
1630/* The scroll bar in which the last X motion event occurred. 1630/* The scroll bar in which the last X motion event occurred.
1631 1631
1632 If the last X motion event occured in a scroll bar, we set this 1632 If the last X motion event occurred in a scroll bar, we set this
1633 so XTmouse_position can know whether to report a scroll bar motion or 1633 so XTmouse_position can know whether to report a scroll bar motion or
1634 an ordinary motion. 1634 an ordinary motion.
1635 1635
@@ -2027,7 +2027,7 @@ x_scroll_bar_set_handle (bar, start, end, rebuild)
2027 UNBLOCK_INPUT; 2027 UNBLOCK_INPUT;
2028} 2028}
2029 2029
2030/* Move a scroll bar around on the screen, to accomodate changing 2030/* Move a scroll bar around on the screen, to accommodate changing
2031 window configurations. */ 2031 window configurations. */
2032static void 2032static void
2033x_scroll_bar_move (bar, top, left, width, height) 2033x_scroll_bar_move (bar, top, left, width, height)
@@ -2335,7 +2335,7 @@ x_scroll_bar_handle_click (bar, event, emacs_event)
2335 2335
2336 /* Same deal here as the other #if 0. */ 2336 /* Same deal here as the other #if 0. */
2337#if 0 2337#if 0
2338 /* Clicks on the handle are always reported as occuring at the top of 2338 /* Clicks on the handle are always reported as occurring at the top of
2339 the handle. */ 2339 the handle. */
2340 if (emacs_event->part == scroll_bar_handle) 2340 if (emacs_event->part == scroll_bar_handle)
2341 emacs_event->x = bar->start; 2341 emacs_event->x = bar->start;
@@ -4314,7 +4314,7 @@ x_make_frame_invisible (f)
4314 DefaultScreen (x_current_display))) 4314 DefaultScreen (x_current_display)))
4315 { 4315 {
4316 UNBLOCK_INPUT_RESIGNAL; 4316 UNBLOCK_INPUT_RESIGNAL;
4317 error ("can't notify window manager of window withdrawl"); 4317 error ("can't notify window manager of window withdrawal");
4318 } 4318 }
4319 4319
4320#else /* ! defined (HAVE_X11R4) */ 4320#else /* ! defined (HAVE_X11R4) */