aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorPavel Janík2001-10-27 21:43:23 +0000
committerPavel Janík2001-10-27 21:43:23 +0000
commitbb4600a4b0c2c6b92b5bc79e61d1ad7a96740c0f (patch)
tree12da75126f19ce44ce7a3020f930e9ca0c434759 /src/xterm.c
parentc71a58a384e8711e7295159dae7c99f521c4d22d (diff)
downloademacs-bb4600a4b0c2c6b92b5bc79e61d1ad7a96740c0f.tar.gz
emacs-bb4600a4b0c2c6b92b5bc79e61d1ad7a96740c0f.zip
Fix typo in a comment.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 94542bf53e9..1ea8a801fbf 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -11074,7 +11074,7 @@ XTread_socket (sd, bufp, numchars, expected)
11074/* Notice if the text cursor of window W has been overwritten by a 11074/* Notice if the text cursor of window W has been overwritten by a
11075 drawing operation that outputs N glyphs starting at START_X and 11075 drawing operation that outputs N glyphs starting at START_X and
11076 ending at END_X in the line given by output_cursor.vpos. 11076 ending at END_X in the line given by output_cursor.vpos.
11077 Coordinates are area-relative. END_X < 0 means means all the rest 11077 Coordinates are area-relative. END_X < 0 means all the rest
11078 of the line after START_X has been written. */ 11078 of the line after START_X has been written. */
11079 11079
11080static void 11080static void