diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-10-27 21:43:23 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-10-27 21:43:23 +0000 |
commit | bb4600a4b0c2c6b92b5bc79e61d1ad7a96740c0f (patch) | |
tree | 12da75126f19ce44ce7a3020f930e9ca0c434759 /src | |
parent | c71a58a384e8711e7295159dae7c99f521c4d22d (diff) | |
download | emacs-bb4600a4b0c2c6b92b5bc79e61d1ad7a96740c0f.tar.gz |
Fix typo in a comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 2 | ||||
-rw-r--r-- | src/xterm.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ed83e075787..ba54a9fd397 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2001-10-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> + * xterm.c: Fix typo in a comment. + * emacs.c: Fix typos in comments. Remove unnecessary spaces. Change doc-string comments to `new style' [w/`doc:' keyword]. 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) /* Notice if the text cursor of window W has been overwritten by a drawing operation that outputs N glyphs starting at START_X and ending at END_X in the line given by output_cursor.vpos. - Coordinates are area-relative. END_X < 0 means means all the rest + Coordinates are area-relative. END_X < 0 means all the rest of the line after START_X has been written. */ static void |